From 189b9a868bf91bdb5db0fcd061a17e13c3e0945c Mon Sep 17 00:00:00 2001 From: wouter9000 <110843046+wouter9000@users.noreply.github.com> Date: Mon, 8 Aug 2022 18:25:37 +0200 Subject: [PATCH] Update config Fixes the custom/weather module All the user needs to do is uncomment and fill in their location --- .config/waybar/config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/waybar/config b/.config/waybar/config index 2cd25c9..b58c60a 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -160,12 +160,12 @@ "on-scroll-down": "pamixer -ud 2", }, + // to use the weather module replace with your city or town + // note: do not use spaces: new york would be newyork "custom/weather": { - "exec": "~/.config/waybar/scripts/weather.sh", - "format": "{text} {icon}", + "exec": "~/.config/waybar/scripts/weather.sh ", "return-type": "json", "interval": 600, - "tooltip-format": "{tooltip}" }, "tray": {