Waybar - ModulesCustom - "custom/separator#blank" - Format empty #744
-
I've been messing around with my waybar configuration and wanted to add some spacers under the [TOP & BOT] SummitSplit v2 configuration. The spacing seemed a little off around the tray and the WiFi indicator. I noticed that all of the other separators have spaces set except this one. Is it intentional or an oversight? I was expecting at least one space, because is it stands, the separator doesn't really do anything that I can see. Currently My local change PS: Thank for building this JaKooLit. It's amazing. :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
There are different waybar modules to cover those spaces "custom/separator#blank": { :) |
Beta Was this translation helpful? Give feedback.
There are different waybar modules to cover those spaces
"custom/separator#blank": {
"format": "",
"interval": "once",
"tooltip": false
},
"custom/separator#blank_2": {
"format": " ",
"interval": "once",
"tooltip": false
},
"custom/separator#blank_3": {
"format": " ",
"interval": "once",
"tooltip": false
:)