2024-12-26 21:02 : id 7

This commit is contained in:
deadvey 2024-12-26 21:02:35 +00:00
parent 807825beaa
commit 955e9e0d98

View File

@ -336,6 +336,11 @@ in
exec = "bash /home/deadvey/Code/git/time-to-metrictime-converter/time.sh --hex"; exec = "bash /home/deadvey/Code/git/time-to-metrictime-converter/time.sh --hex";
interval = 1; interval = 1;
}; };
"custom/metar" = {
format = "METAR {}=";
exec = "metar egbb";
interval = 30;
};
"custom/caway" = { "custom/caway" = {
format = "{}"; format = "{}";
exec = "ssh max@media bash /home/max/caway.sh"; exec = "ssh max@media bash /home/max/caway.sh";