diff options
Diffstat (limited to '.config/waybar/config')
-rw-r--r-- | .config/waybar/config | 4 |
1 files changed, 2 insertions, 2 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": " {}" }, |