Details
- Omarchy-based. Integrates the
omarchy-*helpers (wifi/bluetooth/audio launchers, update, screen recorder, voxtype) and reads the active Omarchy theme. - Built for Omarchy / Hyprland — not for plain setups without Omarchy.
Details
Comes with Omarchy: Hyprland, the omarchy-* helpers, fonts (JetBrainsMono Nerd Font + Material Symbols Rounded), mako.
Extra:
sudo pacman -S quickshell git jq curl ttf-jetbrains-mono-nerd ttf-material-symbols-variableOptional per widget: pamixer, brightnessctl, power-profiles-daemon, bluez, iwd + impala, hypridle, gpu-screen-recorder, voxtype.
Details
Each folder under versions/ is a complete, self-contained bar.
versions/V1/
├── shell.qml # entry point
├── Bar.qml # layout + dynamic split pills
├── Theme.qml # colors, state, flags
├── Palette.js # reads Omarchy colors.toml
├── IconMap.js # icon name → codepoint
├── assets/ # logo
├── modules/ # bar widgets (*Widget.qml)
└── panels/ # popups (*Panel.qml, TooltipOverlay)
Details
One command (works for any installed version) — stops the bar, removes theme hook and post-boot hook, and brings back your previous config from the backup:
curl -fsSL https://raw.githubusercontent.com/HANCORE-linux/quickshell-dots/main/uninstall.sh | bashEvery install also backs up the old config to ~/.config/quickshell/bar.bak.<timestamp> (older backups are kept).
Post-boot hook (opt-in)
curl -fsSL -o ~/.config/omarchy/hooks/post-boot.d/quickshell-rise \
https://raw.githubusercontent.com/HANCORE-linux/quickshell-dots/main/contrib/post-boot.d/quickshell-rise
chmod +x ~/.config/omarchy/hooks/post-boot.d/quickshell-riseRemove: rm -f ~/.config/omarchy/hooks/post-boot.d/quickshell-rise
screenrecording-2026-06-05_12-43-50.mp4
- workspaces · weather · clock · mpris · system monitors · control center · split-able module groups · per-widget panels
curl -fsSL https://raw.githubusercontent.com/HANCORE-linux/quickshell-dots/main/install.sh | bash -s V1The bar launches immediately so you can try it.