Waybar: hotfix for weather module
This commit is contained in:
parent
e57958790b
commit
b3d71a62d0
|
|
@ -105,7 +105,7 @@
|
||||||
"on-click": "~/.config/waybar/scripts/updatepkgs"
|
"on-click": "~/.config/waybar/scripts/updatepkgs"
|
||||||
},
|
},
|
||||||
"custom/weather": {
|
"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
|
"interval": 3600
|
||||||
},
|
},
|
||||||
"idle_inhibitor": {
|
"idle_inhibitor": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue