ironbar: add back tray icons

Mostly fixed in a recent update.
This commit is contained in:
Donovan Glover 2024-12-22 09:00:48 -05:00
parent ecef6c094c
commit 205869d8a6
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -64,6 +64,9 @@ in
}; };
end = [ end = [
{
type = "tray";
}
{ {
type = "script"; type = "script";
cmd = "~/.config/${volumeScript}"; cmd = "~/.config/${volumeScript}";
@ -113,6 +116,10 @@ in
padding-right: 0.5em; padding-right: 0.5em;
} }
.tray .item {
padding-left: 0.5em;
}
.upower { .upower {
padding-left: 0.2em; padding-left: 0.2em;
padding-right: 0.2em; padding-right: 0.2em;