From 87b0ff210e15c2fe41469b663fbe71dd37e770a9 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Wed, 8 Feb 2023 16:54:50 +0100 Subject: Dotfiles: Generalise weather location in waybar Previously, "pdx" was wrongfully chosen as the weather location (CtrlC-CtrlV). This patch doesnt specifiy any location so the weather info is pulled from geolocating the IP address. --- dotfiles/waybar/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/waybar/config b/dotfiles/waybar/config index b9464fc..9d31fb5 100644 --- a/dotfiles/waybar/config +++ b/dotfiles/waybar/config @@ -42,7 +42,7 @@ }, "custom/weather": { "format": "{}", - "exec": "curl \"wttr.in/pdx?format=%c%t\" | sed \"s/+//g\"", + "exec": "curl \"wttr.in/?format=%c%t\" | sed \"s/+//g\"", "interval": 6000 }, "sway/mode": { -- cgit 1.4.1