From eae8dae5f3735a677b25e15721e83b81a08611e1 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Tue, 10 Feb 2026 09:17:31 -0600 Subject: 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 --- dotfiles/hyprland/.config/waybar/config | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'dotfiles/hyprland/.config/waybar/config') 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, -- cgit v1.2.3