From 7a7334f1ce95ea946506b37193ef4fb71f8f6744 Mon Sep 17 00:00:00 2001 From: Don Williams Date: Thu, 19 Feb 2026 01:01:59 -0500 Subject: Added config files for waybar-weather Added settinmgs to toggle C/F On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: CHANGELOG.md renamed: update-dots.sh -> archive/update-dots.sh modified: config/hypr/scripts/Kool_Quick_Settings.sh new file: config/hypr/scripts/Toggle-weather-waybar-units.sh new file: config/waybar-weather/cityname.txt new file: config/waybar-weather/config.toml new file: config/waybar-weather/geolocation.txt modified: copy.sh --- config/waybar-weather/geolocation.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 config/waybar-weather/geolocation.txt (limited to 'config/waybar-weather/geolocation.txt') diff --git a/config/waybar-weather/geolocation.txt b/config/waybar-weather/geolocation.txt new file mode 100644 index 00000000..498d6ac2 --- /dev/null +++ b/config/waybar-weather/geolocation.txt @@ -0,0 +1,13 @@ +## SPDX-FileCopyrightText: Winni Neessen +## +## SPDX-License-Identifier: MIT +## +## Example file for the geolocation_file geobus provider +## This provider is based on a simple file containing a , pair +## pointing towards the desired location. +## +## The geolocation file must be placed in the waybar-weather config directory: +## ~/.config/waybar-weather/geolocation +## +## The following coordinates point towards Apple Park in Cupertino, CA +37.332806,-122.005371 \ No newline at end of file -- cgit v1.2.3