diff options
| author | Rosa <rosaontheweb@proton.me> | 2026-01-13 18:15:42 -0500 |
|---|---|---|
| committer | Rosa <rosaontheweb@proton.me> | 2026-01-13 18:15:42 -0500 |
| commit | 7ca5041f06a74d87e2be064c01f94a04b6a2a225 (patch) | |
| tree | d50bcfb5707ea04fdf0d2860aa83a60862d1b474 /modules/user/desktop/waybar.css | |
| parent | 034e6a5e6738ea84e6e3c22bedf5f1fe523d144b (diff) | |
finalise waybar (i think)
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; +} |
