Use spacing in config

This commit is contained in:
Robin Ebert 2021-10-20 11:23:57 +02:00
parent 7669029bfe
commit 01bfbc4656
No known key found for this signature in database
GPG Key ID: 8B6531570DC10850
2 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,7 @@
// "position": "bottom", // Waybar position (top|bottom|left|right)
"height": 30, // Waybar height (to be removed for auto height)
// "width": 1280, // Waybar width
"spacing": 4, // Gaps between modules (4px)
// Choose the order of the modules
"modules-left": ["sway/workspaces", "sway/mode", "custom/media"],
"modules-center": ["sway/window"],

View File

@ -80,7 +80,6 @@ window#waybar.chromium {
#idle_inhibitor,
#mpd {
padding: 0 10px;
margin: 0 4px;
color: #ffffff;
}