diff options
Diffstat (limited to '.config/waybar/style.css')
-rw-r--r-- | .config/waybar/style.css | 21 |
1 files changed, 14 insertions, 7 deletions
diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 417b92e..87526f9 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -2,7 +2,7 @@ border: none; border-radius: 0; font-family: Sans; - font-size: 15px; + font-size: 14px; box-shadow: none; text-shadow: none; transition-duration: 0s; @@ -19,16 +19,17 @@ window#waybar.solo { } #workspaces { - margin: 0 5px; + margin: 0; } #workspaces button { - padding: 0 5px; + padding: 0; color: rgba(217, 216, 216, 0.4); } #workspaces button.visible { color: rgba(217, 216, 216, 1); + padding: 0; } #workspaces button.focused { @@ -40,14 +41,20 @@ window#waybar.solo { color: rgba(238, 46, 36, 1); } -#mode, #battery, #cpu, #memory, #network, #pulseaudio, #idle_inhibitor, #backlight, #custom-storage, #custom-spotify, #custom-weather, #custom-mail { - margin: 0px 6px 0px 10px; - min-width: 25px; +#mode, #mpd, #battery, #cpu, #memory, #network, #pulseaudio, #idle_inhibitor, #backlight, #custom-storage, #custom-storagehome, #custom-spotify, #custom-weather, #custom-mail { + margin: 0 4px; + min-width: 15px; + color: rgba(217, 216, 216, 1); + background: rgba(35, 31, 32, 0.85); + padding: 0 3px; } + #clock { - margin: 0px 4px 0px 6px; + margin: 0px 4px 0px 2px; min-width: 140px; + color: rgba(217, 216, 216, 1); + background: rgba(35, 31, 32, 0.85); } #battery.warning { |