feat(desktop): add the Waybar status bar (task 0023) #15

Merged
alexion merged 4 commits from task-0023-waybar-status-bar into main 2026-07-22 15:28:13 -04:00
Showing only changes of commit ba881998bc - Show all commits

View File

@@ -77,6 +77,11 @@ in
clock = { clock = {
format = "{:%a %d %b %H:%M}"; format = "{:%a %d %b %H:%M}";
tooltip-format = "<tt>{calendar}</tt>"; tooltip-format = "<tt>{calendar}</tt>";
calendar = {
mode = "month";
# Underline the current day so it stands out in the grid.
format.today = "<b><u>{}</u></b>";
};
}; };
mpris = { mpris = {