diff --git a/packages/dashboard/default.nix b/packages/dashboard/default.nix index ea6a104..7e461ef 100644 --- a/packages/dashboard/default.nix +++ b/packages/dashboard/default.nix @@ -170,7 +170,20 @@ position = { top = 4; left = 3; - height = 4; + height = 2; + width = 3; + }; + }; + mods.calendar = command { + title = "Calendar"; + cmd = "cal"; + args = ["-3" "-m" "-w"]; + pty = true; + refreshInterval = "5m"; + position = { + top = 6; + left = 3; + height = 2; width = 3; }; };