1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

feat(dashboard): add calendar

This commit is contained in:
2024-03-18 14:55:41 +01:00
parent 31b44906ab
commit 50a96b5f7a

View File

@@ -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;
};
};