2024-12-08 13:23 : id 264
This commit is contained in:
parent
2c27bde91a
commit
16b1a2ce78
@ -314,12 +314,13 @@ in
|
||||
format = "{}°";
|
||||
tooltip = true;
|
||||
interval = 3600;
|
||||
exec = "wttrbar --ampm";
|
||||
exec = "wttrbar --ampm --location egbb";
|
||||
return-type = "json";
|
||||
};
|
||||
"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: {}";
|
||||
interval = 10;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user