diff options
Diffstat (limited to '.config/waybar/style.css')
| -rw-r--r-- | .config/waybar/style.css | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/.config/waybar/style.css b/.config/waybar/style.css index c968d00..73a7ed8 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -1,6 +1,6 @@ * { - font-family: monospace, sans-serif; - font-size: 12px; + font-family: Fira Code Nerd, monospace, sans-serif; + font-size: 13px; color: #fff; } @@ -10,15 +10,11 @@ window#waybar { #workspaces, #clock, +#network, #pulseaudio, -#memory, -#cpu, #battery, -#disk, #tray { - background-color: black; padding: 0 5px; - border-radius: 50px; margin-right: 10px; } |