diff --git a/i3/i3status-rust/config.toml.j2 b/i3/i3status-rust/config.toml.j2 index 07b8012..6e2ed9d 100644 --- a/i3/i3status-rust/config.toml.j2 +++ b/i3/i3status-rust/config.toml.j2 @@ -40,7 +40,7 @@ update = true block = "sound" driver = "pulseaudio" device_kind = "source" -format = " $icon " +format = " $icon " [block.theme_overrides] warning_fg = { link = "idle_fg" } @@ -67,9 +67,8 @@ interval = 1 [[block]] block = "battery" interval = 10 -format = " $percentage $time " +format = " $icon $percentage $time " missing_format = "" -if_command = "test -e /sys/class/power_supply/BAT0" [[block]] block = "toggle"