diff --git a/dots/.config/waybar/config b/dots/.config/waybar/config index bcd52011..23aefa63 100644 --- a/dots/.config/waybar/config +++ b/dots/.config/waybar/config @@ -156,6 +156,18 @@ "sway/workspaces": { "tooltip": false, "disable-scroll": true, + "all-outputs": true, + "persistent_workspaces": { + "1": [], + "2": [], + "3": [], + "4": [], + "5": [], + "6": [], + "7": [], + "8": [], + "9": [] + } } } ] diff --git a/dots/.config/waybar/style.css b/dots/.config/waybar/style.css index e48488a5..f90554b4 100644 --- a/dots/.config/waybar/style.css +++ b/dots/.config/waybar/style.css @@ -76,6 +76,15 @@ border-radius: 0px; } +#workspaces button.persistent { + transition: none; + margin: 0px; + color: @sakuraPink; + background: transparent; + border-bottom: 2px solid @sakuraPink; + border-radius: 0px; +} + #workspaces button.focused { color: @springGreen; border-bottom: 2px solid @springGreen; @@ -87,8 +96,8 @@ box-shadow: inherit; text-shadow: inherit; border-top: 0px; - border-bottom: 2px solid @peachRed; - color: @sakuraPink; + border-bottom: 2px solid @lightBlue; + color: @lightBlue; border-right: 0px; border-left: 0px; border-radius: 0px;