2024-12-08 13:48 : id 268
This commit is contained in:
parent
a1a718ed22
commit
64475c5b3c
@ -266,13 +266,13 @@ in
|
||||
exec = "ssh max@debian bash /home/max/caway.sh";
|
||||
};
|
||||
"cpu" = {
|
||||
format = "{} ";
|
||||
format = "{}% ";
|
||||
};
|
||||
"memory" = {
|
||||
format = "{} ";
|
||||
format = "{}% ";
|
||||
};
|
||||
"disk" = {
|
||||
format = "{} /";
|
||||
format = "{}% /";
|
||||
};
|
||||
};
|
||||
|
||||
@ -310,7 +310,7 @@ in
|
||||
height = 20;
|
||||
width = SCREEN_WIDTH - 10;
|
||||
modules-left = [ "network" ];
|
||||
modules-right = [ "tray" ];
|
||||
modules-right = [ "pulseaudio" ];
|
||||
modules-center = ["custom/weather"];
|
||||
"network" = {
|
||||
interface = "enp42s0";
|
||||
|
Loading…
x
Reference in New Issue
Block a user