diff --git a/home/.config/waybar/config b/home/.config/waybar/config index de38e8a..97d0ed3 100644 --- a/home/.config/waybar/config +++ b/home/.config/waybar/config @@ -17,22 +17,24 @@ "on-click": "activate", "format": "{icon}", "format-icons": { - // "1": "󰲠", - // "2": "󰲢", - // "3": "󰲤", - // "4": "󰲦", - // "5": "󰲨", - // "6": "󰲪", - // "7": "󰲬", - // "8": "󰲮", - // "9": "󰲰", - // "10": "󰿬", + "1": "󰲠", + "2": "󰲢", + "3": "󰲤", + "4": "󰲦", + "5": "󰲨", + "6": "󰲪", + "7": "󰲬", + "8": "󰲮", + "9": "󰲰", + "10": "󰿬", + "special": "" - "active": "", - "default": "", - "empty": "" + // "active": "", + // "default": "", + // "empty": "" }, - "persistent_workspaces": { + "show-special": true, + "persistent-workspaces": { "*": 10, }, }, diff --git a/home/.config/waybar/style.css b/home/.config/waybar/style.css index a21a196..034020c 100644 --- a/home/.config/waybar/style.css +++ b/home/.config/waybar/style.css @@ -70,12 +70,17 @@ window.bottom_bar .modules-right { margin-left: 10; } -#workspaces button.active { - color: @peach; -} - #workspaces button { color: @text; + font-size: 1.25rem; +} + +#workspaces button.empty { + color: @overlay0; +} + +#workspaces button.active { + color: @peach; } #submap {