feat: tidying up some stuff

This commit is contained in:
Nick 2025-01-24 22:56:53 -06:00
parent 9526cf7ca4
commit 3c86475c02
13 changed files with 65 additions and 38 deletions

View file

@ -29,7 +29,7 @@ in
"memory"
"disk"
"pulseaudio"
# "network"
"network"
"clock"
];
@ -56,7 +56,7 @@ in
"3" = "";
"4" = "";
urgent = "";
default = "";
default = "";
sort-by-number = true;
};
persistent-workspaces = {
@ -85,13 +85,13 @@ in
interval = 60;
};
# network = {
# format-wifi = " {signalStrength}%";
# format-ethernet = "󰀂 ";
# tooltip-format = "Connected to {essid} {ifname} via {gwaddr}";
# format-linked = "{ifname} (No IP)";
# format-disconnected = "󰖪 ";
# };
network = {
format-wifi = " {signalStrength}%";
format-ethernet = "󰀂 ";
tooltip-format = "Connected to {essid} {ifname} via {gwaddr}";
format-linked = "{ifname} (No IP)";
format-disconnected = "󰖪 ";
};
tray = {
icon-size = 12;
@ -151,7 +151,7 @@ in
};
"custom/weather" = {
exec = "/home/${user0}/Files/Projects/dotfiles/home/modules/waybar/config/scripts/get_weather.sh Winnipeg";
exec = "/home/${user0}/Files/Projects/dotfiles/home/modules/gui/desktop/waybar/config/scripts/get_weather.sh Winnipeg";
return-type = "json";
format = "{}";
tooltip = true;