diff options
| author | Maciej Sobkowski <maciej@sobkow.ski> | 2025-07-16 12:03:00 +0200 |
|---|---|---|
| committer | Maciej Sobkowski <maciej@sobkow.ski> | 2025-07-16 13:50:15 +0200 |
| commit | 2ec9b74b46bb322f518e770dc58a1a049d887ab4 (patch) | |
| tree | 6f72540fa17e1a5f39167121174bee5cc70b87fe /.config | |
| parent | 5f3656f60ce0d0b66a3248a9cffa0e32bb1961d5 (diff) | |
i3status-rust: update pacman to packages block
Diffstat (limited to '.config')
| -rw-r--r-- | .config/i3status-rust/grandmaster4000.toml | 6 | ||||
| -rw-r--r-- | .config/i3status-rust/speedwagon.toml | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/.config/i3status-rust/grandmaster4000.toml b/.config/i3status-rust/grandmaster4000.toml index 20c340c..e44a099 100644 --- a/.config/i3status-rust/grandmaster4000.toml +++ b/.config/i3status-rust/grandmaster4000.toml @@ -33,8 +33,10 @@ interval = 600 block = "sound" [[block]] -block = "pacman" -interval = 10 +block = "packages" +package_manager = ["pacman"] +interval = 600 +format = " $icon $pacman" [[block]] block = "disk_space" diff --git a/.config/i3status-rust/speedwagon.toml b/.config/i3status-rust/speedwagon.toml index a3d6689..f10fe83 100644 --- a/.config/i3status-rust/speedwagon.toml +++ b/.config/i3status-rust/speedwagon.toml @@ -36,8 +36,10 @@ block = "backlight" block = "sound" [[block]] -block = "pacman" -interval = 10 +block = "packages" +package_manager = ["pacman"] +interval = 600 +format = " $icon $pacman" [[block]] block = "disk_space" |
