Waybar: hotfix for weather module

This commit is contained in:
Harzo 2023-09-07 23:07:43 +02:00
parent e57958790b
commit b3d71a62d0
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@
"on-click": "~/.config/waybar/scripts/updatepkgs"
},
"custom/weather": {
"exec": "curl -s 'https://wttr.in/?format=1' | sed 's/ \\+/ /g'",
"exec": "curl -s 'https://wttr.in/?format=1' | sed 's/ \\+/ /g' | grep -v Unknown",
"interval": 3600
},
"idle_inhibitor": {