diff --git a/config/waybar/config b/config/waybar/config index af5586ef..f390f9c9 100644 --- a/config/waybar/config +++ b/config/waybar/config @@ -20,7 +20,7 @@ ], "hyprland/workspaces": { - "all-outputs": false, + "all-outputs": true, "disable-scroll": true, "format": "{name}", "persistent_workspaces": { diff --git a/config/waybar/style.css b/config/waybar/style.css index a9bfe46c..59d8b4ac 100644 --- a/config/waybar/style.css +++ b/config/waybar/style.css @@ -23,9 +23,12 @@ window#waybar { #workspaces button { padding: 0 2px; color: #fdf6e3; + border-bottom: 2px solid transparent; } + #workspaces button.focused { - color: #268bd2; + color: #268bd2; + border-bottom: 2px splid #194198; } #workspaces button:hover { box-shadow: inherit; @@ -34,7 +37,7 @@ window#waybar { #workspaces button:hover { background: #1a1a1a; border: #1a1a1a; - padding: 0 3px; + padding: 0 2px; } #pulseaudio {