greshake / i3status-rust

Very resourcefriendly and feature-rich replacement for i3status, written in pure Rust
GNU General Public License v3.0
2.85k stars 470 forks source link

Add vertical option for bar formatting (▁ ▂ ▃ ▄ ▅ ▆ ▇) #1896

Closed Atreyagaurav closed 1 year ago

Atreyagaurav commented 1 year ago

Tested using format = " $icon {$signal_strength.bar(v:true) $ssid} " on net block. Seems to work. Should work on anything else too.

Fix #1886