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:
@@ -170,7 +170,20 @@
|
|||||||
position = {
|
position = {
|
||||||
top = 4;
|
top = 4;
|
||||||
left = 3;
|
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;
|
width = 3;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user