diff options
Diffstat (limited to '.config/i3status-rust/speedwagon.toml')
| -rw-r--r-- | .config/i3status-rust/speedwagon.toml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/.config/i3status-rust/speedwagon.toml b/.config/i3status-rust/speedwagon.toml index f10fe83..9ee5a3c 100644 --- a/.config/i3status-rust/speedwagon.toml +++ b/.config/i3status-rust/speedwagon.toml @@ -20,12 +20,12 @@ 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]] block = "weather" -format = "$icon $weather $temp" +format = "$icon Poznań: $weather $temp" service = { name = "openweathermap", api_key = "70dbf8d9e3e8874f931cec5b17dc165c", city_id = "3088171", units = "metric" } interval = 600 @@ -58,6 +58,12 @@ format = "$icon $ip $speed_down $speed_up" interval = 5 [[block]] +block = "net" +device = "wlan0" +format = "$icon $ssid $signal_strength $ip" +interval = 5 + +[[block]] block = "memory" [[block]] |
