diff options
Diffstat (limited to 'config/wayland/waybar/style.css')
-rw-r--r--[l---------] | config/wayland/waybar/style.css | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/config/wayland/waybar/style.css b/config/wayland/waybar/style.css index 76f49ff..31eacf0 120000..100644 --- a/config/wayland/waybar/style.css +++ b/config/wayland/waybar/style.css @@ -1 +1,20 @@ -styles/nord.css
\ No newline at end of file +* { + border: none; + border-radius: 0; + font-family: monospace; + font-size: 14px; + min-height: 16px; +} + +window#waybar, #workspaces button.active { + background-color: #4c566a; +} + +#workspaces button, #custom-layout, #custom-status { + background-color: #2e3440; +} + +#workspaces button { + padding: 0 2px; + margin: 0; +} |