diff options
Diffstat (limited to '.config/waybar')
-rw-r--r-- | .config/waybar/config | 4 | ||||
-rw-r--r-- | .config/waybar/style.css | 21 |
2 files changed, 16 insertions, 9 deletions
diff --git a/.config/waybar/config b/.config/waybar/config index bcfe561..b2e8750 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -3,10 +3,10 @@ "ipc": true, "layer": "bottom", "position": "bottom", - "height": 24, + "height": 22, "modules-left": ["sway/workspaces", "sway/mode"], "modules-center": [""], - "modules-right": ["mpd", "network", "idle_inhibitor", "battery", "custom/storage", "custom/storagehome", "cpu", "memory", "custom/weather", "tray", "clock"], + "modules-right": ["mpd", "network", "idle_inhibitor", "custom/storage", "custom/storagehome", "cpu", "memory", "custom/weather", "tray", "battery", "clock"], "sway/mode": { "format": " {}" }, 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 { |