diff options
| author | ryukamish <[email protected]> | 2026-06-26 18:30:12 +0530 |
|---|---|---|
| committer | ryukamish <[email protected]> | 2026-06-26 18:30:12 +0530 |
| commit | 7d7bd28d199c1aeac7ce08bef4caf72faad639bd (patch) | |
| tree | 355bb09b8e8415c7c7f54815bb525dbaa92c3a5b /.config/waybar | |
| parent | 9af7dc545a45915af05ef8a0d90d9d2277c919df (diff) | |
changing font and padding for sway workspaces button on waybar
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 */ |
