i3status-rust: Update to latest master

This commit is contained in:
Sanchayan Maity 2023-02-08 18:16:45 +05:30
parent e1be59cafa
commit 0c96b0b356
Signed by: sanchayanmaity
GPG Key ID: 6F6A0609C12038F3
1 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ format = " $icon $percentage% $time "
[[block]]
block = "net"
device = "wlp*"
format = " $icon $ssid $signal_strength ^icon_net_down $speed_down.eng(3,B,K) ^icon_net_up $speed_up.eng(3,B,K) $ip "
format = " $icon $ssid $signal_strength ^icon_net_down $speed_down.eng(prefix:K) ^icon_net_up $speed_up.eng(prefix:K) $ip "
[[block.click]]
button = "left"
cmd = "iwgtk"
@ -66,4 +66,4 @@ idle_fg = "#66D9EF"
[[block]]
block = "music"
player = "mpd"
format = "$icon {$combo.str(0,60) $play $next |}"
format = "$icon {$combo.str(max_w:25,rot_interval:0.5) $play |}"