2024-12-07 16:15 : id 244
This commit is contained in:
parent
7f18e1d692
commit
19d2f60b00
@ -78,7 +78,7 @@ in
|
|||||||
transmission_4-gtk
|
transmission_4-gtk
|
||||||
tor-browser
|
tor-browser
|
||||||
waybar
|
waybar
|
||||||
weather
|
wttrbar
|
||||||
unzip
|
unzip
|
||||||
w3m
|
w3m
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
@ -278,12 +278,22 @@ in
|
|||||||
name = "bottom";
|
name = "bottom";
|
||||||
position = "bottom";
|
position = "bottom";
|
||||||
height = 20;
|
height = 20;
|
||||||
|
width = SCREEN_WIDTH - 10;
|
||||||
modules-left = [ "network" ];
|
modules-left = [ "network" ];
|
||||||
|
modules-center = [ "custom/weather" ];
|
||||||
"network" = {
|
"network" = {
|
||||||
interface = "enp42s0";
|
interface = "enp42s0";
|
||||||
interval = 10;
|
interval = 10;
|
||||||
family = "ipv4";
|
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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user