diff --git a/modules/users/crow/waybar/config.jsonc b/modules/users/crow/waybar/config.jsonc index 6bfc0b0..fa04ca0 100644 --- a/modules/users/crow/waybar/config.jsonc +++ b/modules/users/crow/waybar/config.jsonc @@ -38,9 +38,9 @@ }, "sort-by-number": true, "persistent-workspaces": { - "1": [], - "2": [], - "3": [] + "1": [ "HDMI-A-1" ], + "2": [ "HDMI-A-1" ], + "3": [ "DP-2" ] } }, "clock": { diff --git a/modules/users/crow/waybar/style.css b/modules/users/crow/waybar/style.css index bfd052e..69a3d95 100644 --- a/modules/users/crow/waybar/style.css +++ b/modules/users/crow/waybar/style.css @@ -50,7 +50,11 @@ button:hover { } #workspaces button.active { - color: #DCAA9B; + border-bottom: 2px solid #DCAA9B; + border-radius: 0; + margin-top: 2px; + color: #DCAA9B; + transition: none; } /* If workspaces is the leftmost module, omit left margin */