Use xdg-open instead of firefox

This commit is contained in:
2021-10-22 14:28:11 +03:00
parent b189d5f130
commit b3688470fc

View File

@@ -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": {