fix(desktop): highlight the current day in the Waybar calendar

This commit is contained in:
2026-07-22 15:20:32 -04:00
parent b21b4ff77e
commit ba881998bc

View File

@@ -77,6 +77,11 @@ in
clock = {
format = "{:%a %d %b %H:%M}";
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 = {