summaryrefslogtreecommitdiff
path: root/dotfiles/hyprland/.config/waybar/config
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-02-10 09:17:31 -0600
committerCraig Jennings <c@cjennings.net>2026-02-10 09:17:31 -0600
commiteae8dae5f3735a677b25e15721e83b81a08611e1 (patch)
tree45ed7be177a7c60ebe8da3e077b6509b04bcff6a /dotfiles/hyprland/.config/waybar/config
parentf0f114a684086aaf731fbfcc2989fd93e7c7f08a (diff)
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/config8
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,