2024-12-08 13:23 : id 264

This commit is contained in:
deadvey 2024-12-08 13:23:17 +00:00
parent 2c27bde91a
commit 16b1a2ce78

View File

@ -314,12 +314,13 @@ in
format = "{}°"; format = "{}°";
tooltip = true; tooltip = true;
interval = 3600; interval = 3600;
exec = "wttrbar --ampm"; exec = "wttrbar --ampm --location egbb";
return-type = "json"; return-type = "json";
}; };
"custom/name" = { "custom/name" = {
exec = "ssh max@debian cat /var/www/html/music/data.js | sed -n \"s/.*name = '\([^']*\)'.*/\1/p\""; exec = "ssh max@debian cat /var/www/html/music/data.js | sed -n \"s/.*name = '\([^']*\)'.*/\0/p\"";
format = "Listening to: {}"; format = "Listening to: {}";
interval = 10;
}; };
}; };
}; };