Use xdg-open instead of firefox
This commit is contained in:
@@ -31,7 +31,7 @@
|
|||||||
"custom/weather": {
|
"custom/weather": {
|
||||||
"exec": "curl 'https://wttr.in/?format=1'",
|
"exec": "curl 'https://wttr.in/?format=1'",
|
||||||
"interval": 60,
|
"interval": 60,
|
||||||
"on-click": "firefox https://wttr.in",
|
"on-click": "xdg-open https://wttr.in",
|
||||||
"tooltip": false
|
"tooltip": false
|
||||||
},
|
},
|
||||||
"custom/pacman-updates": {
|
"custom/pacman-updates": {
|
||||||
|
|||||||
Reference in New Issue
Block a user