diff options
| author | Maciej Sobkowski <maciej@sobkow.ski> | 2025-05-19 20:49:55 +0200 |
|---|---|---|
| committer | Maciej Sobkowski <maciej@sobkow.ski> | 2025-05-19 20:49:55 +0200 |
| commit | caebbbbb1a33cb231a4b7799e7181436483862ec (patch) | |
| tree | 1d2c050800efb12046d6302953e518c0794a6b81 /.config/i3status-rust/grandmaster4000.toml | |
| parent | 5d77e85a7813d1e4e05daaca0b1f2c44033a6ce6 (diff) | |
i3status-rust: add air pollution scraper
Diffstat (limited to '.config/i3status-rust/grandmaster4000.toml')
| -rw-r--r-- | .config/i3status-rust/grandmaster4000.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.config/i3status-rust/grandmaster4000.toml b/.config/i3status-rust/grandmaster4000.toml index a45f7ab..c583e64 100644 --- a/.config/i3status-rust/grandmaster4000.toml +++ b/.config/i3status-rust/grandmaster4000.toml @@ -19,6 +19,11 @@ info_bg = "#7aa2f7" icons = "awesome4" [[block]] +block = "custom" +command = "echo $(~/.local/bin/air_quality_poznan.sh)" +interval = 600 + +[[block]] block = "weather" format = "$icon $weather $temp" service = { name = "openweathermap", api_key = "70dbf8d9e3e8874f931cec5b17dc165c", city_id = "3088171", units = "metric" } |
