From bfbee542acb164c9093d353bde8448c1f86796f7 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Tue, 10 Feb 2026 10:47:49 -0600 Subject: feat(waybar): SVG workspace circles, improved arch logo, remove mod+0 Replace per-workspace SVG mapping with hybrid approach: two circle SVGs (active gold, inactive dark) as background-image with text overlay for workspace numbers. Update arch-logo.svg with padded/crisp variant. Remove sysmonitor margin to fix bar height inflation. Remove mod+0 binding to restrict workspaces to 1-9. Sync dupre theme files. Co-Authored-By: Claude Opus 4.6 --- dotfiles/hyprland/.config/fuzzel/fuzzel.ini | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'dotfiles/hyprland/.config/fuzzel') diff --git a/dotfiles/hyprland/.config/fuzzel/fuzzel.ini b/dotfiles/hyprland/.config/fuzzel/fuzzel.ini index 39dabc0..f00ac8a 100644 --- a/dotfiles/hyprland/.config/fuzzel/fuzzel.ini +++ b/dotfiles/hyprland/.config/fuzzel/fuzzel.ini @@ -1,5 +1,5 @@ -# Fuzzel config - Hudson theme -# Tomorrow Night + Goldenrod accent +# Fuzzel config - Dupre theme +# Warm, earthy colors from dupre-theme.el [main] # size is in points (fontconfig syntax) @@ -17,15 +17,15 @@ exit-on-keyboard-focus-loss=yes [colors] # Format: RRGGBBAA -background=222222f0 -text=eeeeeeff -selection=daa520ff -selection-text=222222ff -border=daa520ff -match=daa520ff -prompt=bbbbbbff -placeholder=888888ff -input=eeeeeeff +background=151311f0 +text=f0fef0ff +selection=d7af5fff +selection-text=151311ff +border=d7af5fff +match=d7af5fff +prompt=969385ff +placeholder=6c6a60ff +input=f0fef0ff [border] width=2 -- cgit v1.2.3