2024-12-07 16:15 : id 244

This commit is contained in:
deadvey 2024-12-07 16:28:31 +00:00
parent 7f18e1d692
commit 19d2f60b00

View File

@ -78,7 +78,7 @@ in
transmission_4-gtk
tor-browser
waybar
weather
wttrbar
unzip
w3m
wl-clipboard
@ -278,13 +278,23 @@ in
name = "bottom";
position = "bottom";
height = 20;
width = SCREEN_WIDTH - 10;
modules-left = [ "network" ];
modules-center = [ "custom/weather" ];
"network" = {
interface = "enp42s0";
interval = 10;
family = "ipv4";
format-ethernet = "{ifname}: {ipaddr} ";
format-ethernet = "{ifname}: {ipaddr}";
format-disconnected = "No Connection..."
};
"custom/weather" = {
format = "{}°";
tooltip = true;
interval = 3600;
exec = "wttrbar";
return-type = "json";
};
};
};
style = ''