2024-12-26 23:51 : id 15

This commit is contained in:
deadvey 2024-12-26 23:51:53 +00:00
parent f891d934d4
commit 2523a089a9

View File

@ -414,7 +414,7 @@ in
position = "bottom";
height = 20;
width = SCREEN_WIDTH - 10;
modules-left = [ "network" ];
modules-left = [ "custom/uptime" ];
modules-right = [ "pulseaudio" ];
#modules-center = ["custom/gruvbox" "custom/nord" "custom/solarized" "custom/dracula" "custom/mocha" "custom/macchiato"];
modules-center = ["custom/clock"];
@ -425,6 +425,11 @@ in
format-ethernet = "{ifname}: {ipaddr} ";
format-disconnected = "No Connection... ";
};
"custom/uptime" = {
exec = "uptime";
format = "{}";
interval = "1";
};
"custom/clock" = {
format = "{}";
exec = "date +'%Y%m%dT%H%M%SZ'";
@ -535,7 +540,8 @@ in
#custom-dracula,
#custom-mocha,
#custom-macchiato,
#custom-metar {
#custom-metar,
#custom-uptime {
color: #${FG};
background: #${BG};
border: ${BORDER_WIDTH}px solid #${ACCENT};