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";
|
exec = "ssh max@debian bash /home/max/caway.sh";
|
||||||
};
|
};
|
||||||
"cpu" = {
|
"cpu" = {
|
||||||
format = "{} ";
|
format = "{}% ";
|
||||||
};
|
};
|
||||||
"memory" = {
|
"memory" = {
|
||||||
format = "{} ";
|
format = "{}% ";
|
||||||
};
|
};
|
||||||
"disk" = {
|
"disk" = {
|
||||||
format = "{} /";
|
format = "{}% /";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -290,15 +290,15 @@ in
|
|||||||
position = "left";
|
position = "left";
|
||||||
modules-center = [ "custom/browser" "custom/terminal" "custom/website" ];
|
modules-center = [ "custom/browser" "custom/terminal" "custom/website" ];
|
||||||
"custom/browser" = {
|
"custom/browser" = {
|
||||||
format = " ";
|
format = "";
|
||||||
on-click = "${BROWSER}";
|
on-click = "${BROWSER}";
|
||||||
};
|
};
|
||||||
"custom/terminal" = {
|
"custom/terminal" = {
|
||||||
format = " ";
|
format = "";
|
||||||
on-click = "${TERMINAL}";
|
on-click = "${TERMINAL}";
|
||||||
};
|
};
|
||||||
"custom/website" = {
|
"custom/website" = {
|
||||||
format = " ";
|
format = "";
|
||||||
on-click = "${BROWSER} https://deadvey.com";
|
on-click = "${BROWSER} https://deadvey.com";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@ -310,7 +310,7 @@ in
|
|||||||
height = 20;
|
height = 20;
|
||||||
width = SCREEN_WIDTH - 10;
|
width = SCREEN_WIDTH - 10;
|
||||||
modules-left = [ "network" ];
|
modules-left = [ "network" ];
|
||||||
modules-right = [ "tray" ];
|
modules-right = [ "pulseaudio" ];
|
||||||
modules-center = ["custom/weather"];
|
modules-center = ["custom/weather"];
|
||||||
"network" = {
|
"network" = {
|
||||||
interface = "enp42s0";
|
interface = "enp42s0";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user