correct waybar weather trim and location

This commit is contained in:
rileyrg 2021-05-25 10:48:00 +02:00
parent 0d223869dd
commit 8e07374307
2 changed files with 2 additions and 2 deletions

View file

@ -145,7 +145,7 @@
"custom/weather": {
"format": "<span color='#eeeeee'>{}</span>",
"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",

View file

@ -1740,7 +1740,7 @@ https://github.com/Alexays/Waybar/wiki/Configuration
"custom/weather": {
"format": "<span color='#eeeeee'>{}</span>",
"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",