waybar: waybar modules require a minimum height of 28

This commit is contained in:
Sanchayan Maity 2020-12-15 17:00:55 +05:30
parent 24b4c561ed
commit 692bd9a534
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{
"layer": "top",
"position": "top",
"height": 20,
"height": 28,
"modules-left": ["sway/workspaces", "sway/mode"],
"modules-center": ["clock#1"],
"modules-right": ["mpd", "pulseaudio", "network", "cpu", "memory", "backlight", "battery", "disk#root", "idle_inhibitor", "clock#2", "tray"],