Step-by-step setup guide for anomshell on an Omarchy system.
Install all required packages via pacman:
sudo pacman -S --needed quickshell cava cliphist wl-clipboard imagemagick jq
git clone https://github.com/atif-1402/anomshell.git
cd anomshell
cp -r ~/.config/quickshell ~/.config/quickshell.backup 2>/dev/null
cp ~/.config/hypr/bindings.conf ~/.config/hypr/bindings.conf.backup 2>/dev/null
cp -r config/quickshell ~/.config/
Open config/hypr/bindings.conf and manually paste the Quickshell binds at the end of your ~/.config/hypr/bindings.conf. This avoids breaking existing keybind setups.
cp local/bin/* ~/.local/bin/
chmod +x ~/.local/bin/qs.sh
chmod +x ~/.local/bin/wb-kill.sh
Run the start script or use the keybind after reloading Hyprland:
~/.local/bin/qs.sh
Or press Super + Shift + Q
# Verify quickshell runs
quickshell
# Check IPC
quickshell ipc list
# Verify scripts exist
ls -l ~/.local/bin
Make sure ~/.local/bin is in your $PATH. Restart Hyprland if binds don't take effect.