mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-14 00:40:25 +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 = [
|
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;
|
||||||
|
Loading…
Reference in New Issue
Block a user