diff --git a/modules/home/waybar/settings.nix b/modules/home/waybar/settings.nix index 71c94d1..021c943 100644 --- a/modules/home/waybar/settings.nix +++ b/modules/home/waybar/settings.nix @@ -24,6 +24,9 @@ "network" ]; clock= { + calendar = { + format = { today = "{}"; }; + }; format = " {:%H:%M}"; tooltip= "true"; tooltip-format= "{:%Y %B}\n{calendar}";