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:
Donovan Glover 2024-07-21 17:08:00 -04:00
parent 016ed494e4
commit 790a7a59fe
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -57,6 +57,9 @@ in
type = "clock";
format = "%x%a%R";
}
{
type = "notifications";
}
];
};
@ -90,6 +93,11 @@ in
padding-right: 0.5em;
}
.notifications button {
padding-left: 0.2em;
padding-right: 0.7em;
}
slider {
background: #${base0D};
}
@ -113,6 +121,10 @@ in
padding: 1em;
}
.clock {
padding-right: 0.4em;
}
.popup-clock .calendar-clock {
font-family: "Maple Mono";
font-size: 2.5em;