Compare commits

...

3 Commits

Author SHA1 Message Date
deadvey
9d7c936a84 2024-12-13 16:42 : id 452 2024-12-13 16:42:31 +00:00
deadvey
698059818f 2024-12-13 16:39 : id 451 2024-12-13 16:39:07 +00:00
deadvey
91870a5d1d 2024-12-13 16:31 : id 450 2024-12-13 16:38:51 +00:00
2 changed files with 12 additions and 8 deletions

View File

@ -369,7 +369,7 @@ in
width = SCREEN_WIDTH - 10;
modules-left = [ "network" ];
modules-right = [ "pulseaudio" ];
modules-center = ["custom/weather"];
modules-center = ["custom/gruvbox" "custom/nord" "custom/solarized"];
"network" = {
interface = "enp42s0";
interval = 10;
@ -377,13 +377,17 @@ in
format-ethernet = "{ifname}: {ipaddr} ";
format-disconnected = "No Connection... ";
};
"custom/weather" = {
format = "{}°";
tooltip = true;
interval = 3600;
exec = "wttrbar --ampm --location egbb";
return-type = "json";
on-click = "${TERMINAL} --hold curl wttr.in";
"custom/gruvbox" = {
on-click = "$HOME/scripts/theme-switcher.sh gruvbox ${MODE}";
format = "";
};
"custom/nord" = {
on-click = "$HOME/scripts/theme-switcher.sh nord ${MODE}";
format = "";
};
"custom/solarized" = {
on-click = "$HOME/scripts/theme-switcher.sh solarized ${MODE}";
format = "";
};
"pulseaudio" = {
format = "{icon} {volume}%";

Binary file not shown.

Before

Width:  |  Height:  |  Size: 186 KiB

After

Width:  |  Height:  |  Size: 185 KiB