diff options
author | luxagraf <sng@luxagraf.net> | 2022-11-29 17:04:27 -0600 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2022-11-29 17:04:27 -0600 |
commit | bca68ebf2db96a255b734b94a61f6c04fdee2d5e (patch) | |
tree | 16192a6031561fc551d9da61c688f43c45485d4c /.config/waybar/config | |
parent | 033d3f11db8f7afcd8a6ae202b097b5d931ec052 (diff) |
latest sway changes from HP
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": " {}" }, |