feat(tray): spacing config

This commit is contained in:
Alexis
2018-10-26 12:08:50 +02:00
parent 5010227e6b
commit 07d8dfb3d6
3 changed files with 10 additions and 2 deletions

View File

@ -26,6 +26,9 @@
"sway/window": {
"max-length": 50
},
"tray": {
"spacing": 10
},
"clock": {
"format-alt": "{:%Y-%m-%d}"
},

View File

@ -93,4 +93,4 @@ window#waybar {
#tray {
background-color: #2980b9;
}
}