diff --git a/dot-config/waybar/config b/dot-config/waybar/config index 0f425e8..02adc89 100644 --- a/dot-config/waybar/config +++ b/dot-config/waybar/config @@ -145,7 +145,7 @@ "custom/weather": { "format": "{}", "interval": 18000, - "exec": "ansiweather -f 0 -u metric -s true -w true -p true -h false -a false | cut -d' ' -f2,8-", + "exec": "ansiweather -l Grömitz,DE -f 0 -u metric -s true -w true -p true -h false -a false | cut -d ' ' -f4-", "exec-if": "ping openweathermap.org -c1", "tooltip": "false", "on-click": "sway-weather", diff --git a/linux-config.org b/linux-config.org index 29670c8..f31240b 100644 --- a/linux-config.org +++ b/linux-config.org @@ -1740,7 +1740,7 @@ https://github.com/Alexays/Waybar/wiki/Configuration "custom/weather": { "format": "{}", "interval": 18000, - "exec": "ansiweather -f 0 -u metric -s true -w true -p true -h false -a false | cut -d' ' -f2,8-", + "exec": "ansiweather -l Grömitz,DE -f 0 -u metric -s true -w true -p true -h false -a false | cut -d ' ' -f4-", "exec-if": "ping openweathermap.org -c1", "tooltip": "false", "on-click": "sway-weather",