summaryrefslogtreecommitdiff
path: root/dotfiles/hyprland/.config/waybar/ws-icons
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-02-10 10:47:49 -0600
committerCraig Jennings <c@cjennings.net>2026-02-10 10:47:49 -0600
commitbfbee542acb164c9093d353bde8448c1f86796f7 (patch)
tree6b44df89592e6af9e7e1e2a64a138ca6221f5bbd /dotfiles/hyprland/.config/waybar/ws-icons
parenteae8dae5f3735a677b25e15721e83b81a08611e1 (diff)
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 <noreply@anthropic.com>
Diffstat (limited to 'dotfiles/hyprland/.config/waybar/ws-icons')
-rw-r--r--dotfiles/hyprland/.config/waybar/ws-icons/ws-active.svg3
-rw-r--r--dotfiles/hyprland/.config/waybar/ws-icons/ws-inactive.svg3
2 files changed, 6 insertions, 0 deletions
diff --git a/dotfiles/hyprland/.config/waybar/ws-icons/ws-active.svg b/dotfiles/hyprland/.config/waybar/ws-icons/ws-active.svg
new file mode 100644
index 0000000..e03c509
--- /dev/null
+++ b/dotfiles/hyprland/.config/waybar/ws-icons/ws-active.svg
@@ -0,0 +1,3 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="-3 -3 70 70" version="1.1">
+ <circle cx="32" cy="32" r="35" fill="#d7af5f" stroke="none"/>
+</svg>
diff --git a/dotfiles/hyprland/.config/waybar/ws-icons/ws-inactive.svg b/dotfiles/hyprland/.config/waybar/ws-icons/ws-inactive.svg
new file mode 100644
index 0000000..11da8ff
--- /dev/null
+++ b/dotfiles/hyprland/.config/waybar/ws-icons/ws-inactive.svg
@@ -0,0 +1,3 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="-3 -3 70 70" version="1.1">
+ <circle cx="32" cy="32" r="35" fill="#151311" stroke="none"/>
+</svg>