diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-04-04 18:30:08 +1100 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-04-04 18:30:08 +1100 |
| commit | aed36b160f3049e393f9a24b80ba6c8a5e9c558f (patch) | |
| tree | e9b6c9dbc81a49fc4a70abfd874022f2f161bf0b /src/services | |
| parent | bar: fix corners showing when not embedded style (diff) | |
| download | caelestia-shell-aed36b160f3049e393f9a24b80ba6c8a5e9c558f.tar.gz caelestia-shell-aed36b160f3049e393f9a24b80ba6c8a5e9c558f.tar.bz2 caelestia-shell-aed36b160f3049e393f9a24b80ba6c8a5e9c558f.zip | |
feat: uwsm app -> app2unit
Also xdg-open -> app2unit
Diffstat (limited to 'src/services')
| -rw-r--r-- | src/services/weather.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/services/weather.ts b/src/services/weather.ts index 1d9a2dd..3d3c5f0 100644 --- a/src/services/weather.ts +++ b/src/services/weather.ts @@ -370,7 +370,7 @@ export default class Weather extends GObject.Object { icon: "dialog-warning-symbolic", urgency: "critical", actions: { - "Get API key": () => execAsync(["xdg-open", "https://www.weatherapi.com"]).catch(print), + "Get API key": () => execAsync(`app2unit -O 'https://www.weatherapi.com'`).catch(print), }, }); } |