diff options
| author | Maciej Sobkowski <maciej@sobkow.ski> | 2025-11-03 21:23:26 +0100 |
|---|---|---|
| committer | Maciej Sobkowski <maciej@sobkow.ski> | 2025-11-03 21:29:26 +0100 |
| commit | 80aee21da15728804c14337af6207155c5c2e8aa (patch) | |
| tree | 82a2ff728ff238bfd79a25c53adc77ae0e0201f9 /.config/i3status-rust/grandmaster4000.toml | |
| parent | 613a12040d254b9e8e5ee454ff4d168f173fd637 (diff) | |
i3status-rust: display 'PM10' in pollution block
Diffstat (limited to '.config/i3status-rust/grandmaster4000.toml')
| -rw-r--r-- | .config/i3status-rust/grandmaster4000.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/i3status-rust/grandmaster4000.toml b/.config/i3status-rust/grandmaster4000.toml index e44a099..f23bb0a 100644 --- a/.config/i3status-rust/grandmaster4000.toml +++ b/.config/i3status-rust/grandmaster4000.toml @@ -20,7 +20,7 @@ icons = "awesome4" [[block]] block = "custom" -command = "echo $(~/.local/bin/air_quality_poznan.sh)" +command = "echo PM10: $(~/.local/bin/air_quality_poznan.sh)" interval = 600 [[block]] |
