2024-12-26 23:51 : id 15
This commit is contained in:
parent
f891d934d4
commit
2523a089a9
@ -414,7 +414,7 @@ in
|
|||||||
position = "bottom";
|
position = "bottom";
|
||||||
height = 20;
|
height = 20;
|
||||||
width = SCREEN_WIDTH - 10;
|
width = SCREEN_WIDTH - 10;
|
||||||
modules-left = [ "network" ];
|
modules-left = [ "custom/uptime" ];
|
||||||
modules-right = [ "pulseaudio" ];
|
modules-right = [ "pulseaudio" ];
|
||||||
#modules-center = ["custom/gruvbox" "custom/nord" "custom/solarized" "custom/dracula" "custom/mocha" "custom/macchiato"];
|
#modules-center = ["custom/gruvbox" "custom/nord" "custom/solarized" "custom/dracula" "custom/mocha" "custom/macchiato"];
|
||||||
modules-center = ["custom/clock"];
|
modules-center = ["custom/clock"];
|
||||||
@ -425,6 +425,11 @@ in
|
|||||||
format-ethernet = "{ifname}: {ipaddr} ";
|
format-ethernet = "{ifname}: {ipaddr} ";
|
||||||
format-disconnected = "No Connection... ";
|
format-disconnected = "No Connection... ";
|
||||||
};
|
};
|
||||||
|
"custom/uptime" = {
|
||||||
|
exec = "uptime";
|
||||||
|
format = "{}";
|
||||||
|
interval = "1";
|
||||||
|
};
|
||||||
"custom/clock" = {
|
"custom/clock" = {
|
||||||
format = "{}";
|
format = "{}";
|
||||||
exec = "date +'%Y%m%dT%H%M%SZ'";
|
exec = "date +'%Y%m%dT%H%M%SZ'";
|
||||||
@ -535,7 +540,8 @@ in
|
|||||||
#custom-dracula,
|
#custom-dracula,
|
||||||
#custom-mocha,
|
#custom-mocha,
|
||||||
#custom-macchiato,
|
#custom-macchiato,
|
||||||
#custom-metar {
|
#custom-metar,
|
||||||
|
#custom-uptime {
|
||||||
color: #${FG};
|
color: #${FG};
|
||||||
background: #${BG};
|
background: #${BG};
|
||||||
border: ${BORDER_WIDTH}px solid #${ACCENT};
|
border: ${BORDER_WIDTH}px solid #${ACCENT};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user