Commit Graph

19 Commits

Author SHA1 Message Date
tastytea 233a7dd7e8
statusweather: raise maximum comfortable temperature to 28 2023-08-16 21:43:52 +02:00
tastytea c9c99cf37c
statusweather: reformat 2023-08-16 21:43:32 +02:00
tastytea fee14c4585
Enable rainbow-mode where useful. 2021-10-07 22:09:47 +02:00
tastytea 0d5880e72b
More const. 2021-08-24 22:57:47 +02:00
tastytea 5eaad69244
Fix return codes.
Returning 33 does not do anything do anything. because of pango? Or
persist?
2021-08-24 22:28:38 +02:00
tastytea 27e92a2c4b
Add helpers::get_config_file_path().
And use it everywhere.
2021-08-24 21:39:47 +02:00
tastytea 54381155cc
statusweather: Simplify check for required options. 2021-08-24 16:13:15 +02:00
tastytea 71c68bddcf
statusweather: Make symbols slightly larger. 2021-08-23 23:10:42 +02:00
tastytea 1a2aa46ba2
statusweather: Add night symbols, change some symbols.
The only day→night change at the moment is for clear sky.
2021-08-23 22:53:10 +02:00
tastytea a0c2274421
statusweather: Move lock guard up to protect everything. 2021-08-23 21:13:16 +02:00
tastytea ba720840a8
statusweather: Use correct decimal separator.
Needs >=libfmt-8
2021-08-23 20:53:48 +02:00
tastytea 6018672106
Set locale. 2021-08-23 20:39:01 +02:00
tastytea 0977bc557d
statusweather: Catch all exceptions. 2021-08-23 18:36:13 +02:00
tastytea 8ef801d1df
statusweather: Mark some things as const, increase timeout. 2021-08-23 18:35:06 +02:00
tastytea 326d1e75b2
weatherstatus: typo. 2021-08-23 17:41:47 +02:00
tastytea 0c094f9f55
weatherstatus: Display hourglass if we could not fetch new data. 2021-08-23 17:40:01 +02:00
tastytea f24a23e5e5
statusweather: Add config file example. 2021-08-23 17:06:09 +02:00
tastytea 0ee6bcb625
statusweather: initialize struct with 0°K and exclamation point. 2021-08-23 17:01:56 +02:00
tastytea 3cad575f7c
Add statusweather.
Get weather info from openweathermap.org for use with i3blocks.
2021-08-23 16:53:26 +02:00