diff options
| author | Craig Jennings <c@cjennings.net> | 2026-02-10 09:17:31 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-02-10 09:17:31 -0600 |
| commit | a03475ca63f40211a6e6bfa45dc5d2db895ecf3e (patch) | |
| tree | 835071f1831d69d2413432dddc9cb50a9f2f8ff4 /dotfiles/hyprland/.config/waybar/config | |
| parent | 4315c24b7ddb829613f2a50a16880e65c5b3dcec (diff) | |
| download | archsetup-a03475ca63f40211a6e6bfa45dc5d2db895ecf3e.tar.gz archsetup-a03475ca63f40211a6e6bfa45dc5d2db895ecf3e.zip | |
feat(waybar): add menu module with Arch logo and circular workspace indicators
Add custom/menu module at far left of bar with Arch logo SVG background.
Left-click opens fuzzel, right-click opens wlogout. Workspace buttons now
use pixel-sized circles (34x32px with border-radius: 50%) instead of pill
shapes. Both dupre and hudson theme CSS files synced with new sizing.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Diffstat (limited to 'dotfiles/hyprland/.config/waybar/config')
| -rw-r--r-- | dotfiles/hyprland/.config/waybar/config | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dotfiles/hyprland/.config/waybar/config b/dotfiles/hyprland/.config/waybar/config index 422096f..5582dc6 100644 --- a/dotfiles/hyprland/.config/waybar/config +++ b/dotfiles/hyprland/.config/waybar/config @@ -7,6 +7,7 @@ "margin-right": 10, "modules-left": [ + "custom/menu", "hyprland/workspaces", "custom/layout", "hyprland/window" @@ -33,6 +34,13 @@ ] }, + "custom/menu": { + "format": " ", + "tooltip": false, + "on-click": "fuzzel", + "on-click-right": "pgrep -x wlogout || wlogout -b 3 -T 600 -B 600 -L 1200 -R 1200 -c 20 -r 20" + }, + "hyprland/workspaces": { "disable-scroll": true, "all-outputs": true, |
