diff options
Diffstat (limited to '.config/waybar')
| -rw-r--r-- | .config/waybar/style.css | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 44f848e..4f1c58f 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -1,19 +1,20 @@ * { border: none; - font-family: "IoskeleyMono Nerd Font, monospace"; + font-family: "IoskeleyMonoNL Nerd Font, monospace"; font-size: 12px; font-weight: bold; min-height: 0; } window#waybar { - background-color: alpha(#0a0a0a, 0.9); + background-color: alpha(#0a0a0a, 0.8); color: #ffffff; } -/* #workspaces button { */ -/* padding: 3px 5px; */ -/* } */ +#workspaces button { + padding: 3px 5px; + color: #ffffff; +} #workspaces button:hover { /* Hovering over the workspaces button has a no radius selection around it */ |
