1
0
forked from extern/nix-config

waybar: Increase tray spacing

Now the icons look nicer next to the numbered workspaces.
This commit is contained in:
Donovan Glover 2022-03-24 16:25:57 -04:00
parent e4c9f2eefb
commit df0456279a
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
"format": "<span style=\"italic\">{}</span>" "format": "<span style=\"italic\">{}</span>"
}, },
"tray": { "tray": {
"spacing": 10 "spacing": 20
}, },
"clock": { "clock": {
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>", "tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",

View File

@ -29,7 +29,7 @@ window#waybar {
} }
#tray { #tray {
padding-right: 10px; padding: 0 15px;
} }
#mode { #mode {