mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-09 23:48:14 +01:00
ironbar: Add notifications module
This seems to work good enough for now, but the icon won't be immediately updated.
This commit is contained in:
parent
016ed494e4
commit
790a7a59fe
@ -57,6 +57,9 @@ in
|
|||||||
type = "clock";
|
type = "clock";
|
||||||
format = "%x(%a)%R";
|
format = "%x(%a)%R";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
type = "notifications";
|
||||||
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -90,6 +93,11 @@ in
|
|||||||
padding-right: 0.5em;
|
padding-right: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.notifications button {
|
||||||
|
padding-left: 0.2em;
|
||||||
|
padding-right: 0.7em;
|
||||||
|
}
|
||||||
|
|
||||||
slider {
|
slider {
|
||||||
background: #${base0D};
|
background: #${base0D};
|
||||||
}
|
}
|
||||||
@ -113,6 +121,10 @@ in
|
|||||||
padding: 1em;
|
padding: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.clock {
|
||||||
|
padding-right: 0.4em;
|
||||||
|
}
|
||||||
|
|
||||||
.popup-clock .calendar-clock {
|
.popup-clock .calendar-clock {
|
||||||
font-family: "Maple Mono";
|
font-family: "Maple Mono";
|
||||||
font-size: 2.5em;
|
font-size: 2.5em;
|
||||||
|
Loading…
Reference in New Issue
Block a user