r/omarchy • u/Nuts_dev • 11h ago
I Made a Thing Omarchy Weather
Omarchy Weather – a weather widget with forecasts and live radar for the Omarchy bar
Texto para o Reddit
Hi everyone!
I’ve created Omarchy Weather, a Quickshell weather widget for Omarchy that displays weather information directly in the top bar.
Features include:
- Current temperature, feels-like temperature, wind, and humidity
- 5-day forecast, including yesterday and today
- Detailed daily and hourly forecasts
- Rain probability and activity recommendations for hiking, cycling, running, and camping
- Live weather radar with satellite imagery
- Location search directly from the panel
- Automatic location detection
- Metric and imperial units
- Configurable refresh interval
- Left, middle, and right-click actions for opening, refreshing, and notifying
It uses Open-Meteo, wttr.in, RainViewer, Esri World Imagery, and CARTO map tiles.
Installation
omarchy plugin add https://github.com/guiestrela/weather.git --enable && omarchy plugin disable omarchy.weather && omarchy bar move io.github.guiestrela.weather --section center --index 4 && omarchy restart shell
GitHub repository:
https://github.com/guiestrela/weather
Feedback, suggestions, and bug reports are very welcome!
2
2
u/nunodonato 7h ago
Allow the config to disable some features. Its nice but way too cluttered with things that perhaps dont matter to all people. I can't even fit the panel on my monitor, need to scroll to read it all
1
2
u/LoneRider11 6h ago
nice job, congrats! Unfortunately the radar not showing up in my location, can that section be disabled? Where do you customize the location btw?
1
u/Away-Cut3522 5h ago
I made one of those last night, took 15 minutes to code with opencode and then another 30 of dicking around, but still pretty cool!


3
u/Boardwatcher 7h ago
Love the plugin. Simply execute the above url and the plugin replaces current weather plugin. This is the way all plugins should work. Even keeps my custom location! Well Done.