i3status-rust: Update ar config

This commit is contained in:
2024-04-10 14:41:28 +02:00
parent f2cb3de845
commit 1501d256b8

View File

@@ -40,7 +40,7 @@ update = true
block = "sound" block = "sound"
driver = "pulseaudio" driver = "pulseaudio"
device_kind = "source" device_kind = "source"
format = " $icon " format = " $icon "
[block.theme_overrides] [block.theme_overrides]
warning_fg = { link = "idle_fg" } warning_fg = { link = "idle_fg" }
@@ -67,9 +67,8 @@ interval = 1
[[block]] [[block]]
block = "battery" block = "battery"
interval = 10 interval = 10
format = " $percentage $time " format = " $icon $percentage $time "
missing_format = "" missing_format = ""
if_command = "test -e /sys/class/power_supply/BAT0"
[[block]] [[block]]
block = "toggle" block = "toggle"