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": {