diff --git a/modules/desktop/waybar.nix b/modules/desktop/waybar.nix index 75a3b87..233787b 100644 --- a/modules/desktop/waybar.nix +++ b/modules/desktop/waybar.nix @@ -77,6 +77,11 @@ in clock = { format = "{:%a %d %b %H:%M}"; tooltip-format = "{calendar}"; + calendar = { + mode = "month"; + # Underline the current day so it stands out in the grid. + format.today = "{}"; + }; }; mpris = {