custom weather module: execute script mutiple times #2255
Unanswered
lvntcnylmz
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Even though this is an old thread I thought this would make a nice exercise so I made this. You can use an onclick event for the module and have it run the script with the I'm not a bash pro by any means so there's probably a lot of room for improvement. It works as expected though! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am using Waybar on sway. i have a custom weather module. What i want to do is when i click on this module it will show the weather information of another city. is it possible to do this?
For example, by default the module shows the weather for New York. When I click on the module, it will show the weather for London. If I click again, it will return to New York.
weather.sh
waybar/config.jsonc
Beta Was this translation helpful? Give feedback.
All reactions