From c97c766260c8837ba8ddc3c8bab25747ca9d0a2c Mon Sep 17 00:00:00 2001 From: juan Date: Fri, 3 Sep 2021 12:05:27 +0800 Subject: [PATCH] debloat config file --- .config/waybar/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/waybar/config b/.config/waybar/config index d93dc46..d68a5af 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -35,7 +35,7 @@ "format-alt": "{ifname}: {ipaddr}/{cidr}" }, "custom/weather": { - "exec": "sleep 10 && curl 'wttr.in/?format=%t+(%f)+%c' || echo 'No weather data '", + "exec": "sleep 10 && curl 'wttr.in/?format=%t+(%f)+%c'", "interval": 1800 }, "custom/player": {