diff options
Diffstat (limited to '.config/waybar/config')
-rw-r--r-- | .config/waybar/config | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/waybar/config b/.config/waybar/config index f010fa3..4104420 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -2,9 +2,9 @@ { // "layer": "top", // Waybar at top layer // "position": "bottom", // Waybar position (top|bottom|left|right) - //"height": 30, // Waybar height (to be removed for auto height) + "height": 40, // Waybar height (to be removed for auto height) // "width": 1280, // Waybar width - "spacing": 4, // Gaps between modules (4px) + //"spacing": 4, // Gaps between modules (4px) // Choose the order of the modules "modules-left": [ "sway/workspaces" @@ -94,7 +94,7 @@ }, "tray": { "icon-size": 21, - "spacing": 10 + "spacing": 12 }, "clock": { // "timezone": "America/New_York", |