i3status-rust: Update to latest master
This commit is contained in:
parent
e1be59cafa
commit
0c96b0b356
1 changed files with 2 additions and 2 deletions
|
@ -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 |}"
|
||||
|
|
Loading…
Reference in a new issue