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