Update config

Fixes the custom/weather module

All the user needs to do is uncomment and fill in their location
This commit is contained in:
wouter9000
2022-08-08 18:25:37 +02:00
committed by GitHub
parent 9a06d824e8
commit 189b9a868b

View File

@@ -160,12 +160,12 @@
"on-scroll-down": "pamixer -ud 2",
},
// to use the weather module replace <your_location> 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 <your_location>",
"return-type": "json",
"interval": 600,
"tooltip-format": "{tooltip}"
},
"tray": {