diff options
Diffstat (limited to 'modules/user/desktop/waybar.css')
| -rw-r--r-- | modules/user/desktop/waybar.css | 21 |
1 files changed, 16 insertions, 5 deletions
diff --git a/modules/user/desktop/waybar.css b/modules/user/desktop/waybar.css index 8fa6fc8..0f71c17 100644 --- a/modules/user/desktop/waybar.css +++ b/modules/user/desktop/waybar.css @@ -1,7 +1,7 @@ * { border: none; border-radius: 0; - font-family: Fira Code; + font-family: 'FiraCode Nerd Font Mono'; min-height: 0; } @@ -21,14 +21,13 @@ tooltip label { #workspaces button { background: none; - box-shadow: none; color: #6e6a86; - font-weight: bold; padding: 0; } #workspaces button:hover { color: #e0def4; + text-shadow: inherit; } #workspaces button.visible { @@ -44,14 +43,14 @@ tooltip label { } .module { - padding: 0 4px; + padding: 0 8px; + padding-top: 2px; } .modules-left, .modules-center, .modules-right { background: rgba(25, 23, 36, 0.8); border-top-left-radius: 10px; border-top-right-radius: 10px; - padding: 4px; } .modules-left { @@ -63,3 +62,15 @@ tooltip label { margin-left: 4px; margin-right: 8px; } + +#cpu { + box-shadow: inset 0 -2px #ebbcba; +} + +#memory { + box-shadow: inset 0 -2px #f6c177; +} + +#network { + box-shadow: inset 0 -2px #c4a7e7; +} |
