Guide: Extending weather and clock in waybar #5737
apurbapokharel
started this conversation in
General
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Even before the most recent update that added weather icon to waybar I vibed together a small extension to my waybar that added 2 things:
Weather
Date and Time
For everyone
As per DHH's belief not everyone that uses omarchy can understand it well enough to put these things together so I intend to share the way they can add these to their own waybar.
Also, if one of the core contributors feel this would make a good PR let me know or feel free to add it anyway works.
Guide
Weather
Below add the custom/weather
In style.css add
In ~/.local/bin/ add waybar-weather.sh
make sure it give it executable permission (sudo chmod +x waybar-weather.sh)
Date and time
Restart waybar
It should all work
Special thanks to the people making Omarchy incredible. It is such a joy to use.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions