mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-10 23:09:19 +01:00
ironbar: add back tray icons
Mostly fixed in a recent update.
This commit is contained in:
parent
ecef6c094c
commit
205869d8a6
@ -64,6 +64,9 @@ in
|
||||
};
|
||||
|
||||
end = [
|
||||
{
|
||||
type = "tray";
|
||||
}
|
||||
{
|
||||
type = "script";
|
||||
cmd = "~/.config/${volumeScript}";
|
||||
@ -113,6 +116,10 @@ in
|
||||
padding-right: 0.5em;
|
||||
}
|
||||
|
||||
.tray .item {
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.upower {
|
||||
padding-left: 0.2em;
|
||||
padding-right: 0.2em;
|
||||
|
Loading…
Reference in New Issue
Block a user