Skip to content

Instantly share code, notes, and snippets.

@dotbanana
dotbanana / add-location-to-gnome-weather.sh
Last active December 6, 2023 15:17
Add location to gnome weather
#!/bin/bash
# Add location to gnome weather manually
if [[ ! -z "$(which gnome-weather)" ]]; then
system=1
fi
if [[ ! -z "$(flatpak list | grep org.gnome.Weather)" ]]; then
flatpak=1
fi