i3status: Try to make width more static
This commit is contained in:
@@ -27,7 +27,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(w:2)|} "
|
||||||
|
|
||||||
[[block.click]]
|
[[block.click]]
|
||||||
button = "left"
|
button = "left"
|
||||||
@@ -57,7 +57,7 @@ format = " $icon{ $signal_strength|}{ $ssid | }"
|
|||||||
|
|
||||||
[[block]]
|
[[block]]
|
||||||
block = "load"
|
block = "load"
|
||||||
format = " $icon $1m.eng(4) "
|
format = " $icon $1m.eng(w:4) "
|
||||||
warning = 4
|
warning = 4
|
||||||
critical = 1000
|
critical = 1000
|
||||||
interval = 1
|
interval = 1
|
||||||
|
|||||||
Reference in New Issue
Block a user