2024-12-13 16:31 : id 450
This commit is contained in:
parent
2153ce4930
commit
91870a5d1d
@ -369,7 +369,7 @@ in
|
|||||||
width = SCREEN_WIDTH - 10;
|
width = SCREEN_WIDTH - 10;
|
||||||
modules-left = [ "network" ];
|
modules-left = [ "network" ];
|
||||||
modules-right = [ "pulseaudio" ];
|
modules-right = [ "pulseaudio" ];
|
||||||
modules-center = ["custom/weather"];
|
modules-center = ["custom/gruvbox", "custom/nord", "custom/solarized"];
|
||||||
"network" = {
|
"network" = {
|
||||||
interface = "enp42s0";
|
interface = "enp42s0";
|
||||||
interval = 10;
|
interval = 10;
|
||||||
@ -377,13 +377,17 @@ in
|
|||||||
format-ethernet = "{ifname}: {ipaddr} ";
|
format-ethernet = "{ifname}: {ipaddr} ";
|
||||||
format-disconnected = "No Connection... ";
|
format-disconnected = "No Connection... ";
|
||||||
};
|
};
|
||||||
"custom/weather" = {
|
"custom/gruvbox" = {
|
||||||
format = "{}°";
|
on-click = "$HOME/scripts/theme-switcher.sh gruvbox ${MODE}";
|
||||||
tooltip = true;
|
format = "";
|
||||||
interval = 3600;
|
};
|
||||||
exec = "wttrbar --ampm --location egbb";
|
"custom/nord" = {
|
||||||
return-type = "json";
|
on-click = "$HOME/scripts/theme-switcher.sh nord ${MODE}";
|
||||||
on-click = "${TERMINAL} --hold curl wttr.in";
|
format = "";
|
||||||
|
};
|
||||||
|
"custom/solarized" = {
|
||||||
|
on-click = "$HOME/scripts/theme-switcher.sh solarized ${MODE}";
|
||||||
|
format = "";
|
||||||
};
|
};
|
||||||
"pulseaudio" = {
|
"pulseaudio" = {
|
||||||
format = "{icon} {volume}%";
|
format = "{icon} {volume}%";
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 186 KiB After Width: | Height: | Size: 185 KiB |
Loading…
x
Reference in New Issue
Block a user