2024-12-08 13:21 : id 263
This commit is contained in:
parent
62828feaf0
commit
2c27bde91a
@ -301,8 +301,8 @@ in
|
||||
height = 20;
|
||||
width = SCREEN_WIDTH - 10;
|
||||
modules-left = [ "network" ];
|
||||
modules-right = [ "custom/weather" ];
|
||||
modules-center = [];
|
||||
modules-right = [ "custom/name" ];
|
||||
modules-center = ["custom/weather"];
|
||||
"network" = {
|
||||
interface = "enp42s0";
|
||||
interval = 10;
|
||||
@ -317,6 +317,10 @@ in
|
||||
exec = "wttrbar --ampm";
|
||||
return-type = "json";
|
||||
};
|
||||
"custom/name" = {
|
||||
exec = "ssh max@debian cat /var/www/html/music/data.js | sed -n \"s/.*name = '\([^']*\)'.*/\1/p\"";
|
||||
format = "Listening to: {}";
|
||||
};
|
||||
};
|
||||
};
|
||||
style = ''
|
||||
@ -368,7 +372,10 @@ in
|
||||
#custom-weather,
|
||||
#custom-browser,
|
||||
#custom-terminal,
|
||||
#disk {
|
||||
#disk,
|
||||
#memory,
|
||||
#cpu,
|
||||
#custom-website {
|
||||
color: #${FG};
|
||||
background: transparent;
|
||||
border: ${BORDER_WIDTH}px solid #${ACCENT};
|
||||
|
Loading…
x
Reference in New Issue
Block a user