i3status-rust: Fix padding

This commit is contained in:
2022-12-16 20:19:52 +01:00
parent 4e787f8fa5
commit 40ca67ebbb

View File

@@ -1,4 +1,4 @@
icons_format = "{icon}" icons_format = " {icon} "
[icons] [icons]
icons = "awesome" icons = "awesome"
@@ -24,7 +24,7 @@ format = " $icon $combo $prev $play $next "
block = "sound" block = "sound"
driver = "pulseaudio" driver = "pulseaudio"
max_vol = 100 max_vol = 100
format = " $icon {$volume.eng(2) |}" format = " $icon{ $volume.eng(2)|} "
[[block]] [[block]]
block = "sound" block = "sound"
@@ -35,7 +35,7 @@ reverse_levels = true
[[block]] [[block]]
block = "net" block = "net"
format = " $signal_strength $ssid " format = " $icon{ $signal_strength|}{ $ssid | }"
[[block]] [[block]]
block = "load" block = "load"