Update i3status-rust net block format

This commit is contained in:
har0ke 2023-10-05 22:26:11 +02:00
parent f6705af889
commit b53dd26fe6

View File

@ -7,7 +7,7 @@ icons = "awesome6"
[[block]] [[block]]
block = "net" block = "net"
format = " $icon $device $ssid ^icon_net_down $speed_down.eng(prefix:K) ^icon_net_up $speed_up.eng(prefix:K) " format = " ^icon_net_down $speed_down.eng(prefix:K) ^icon_net_up $speed_up.eng(prefix:K) $icon {$signal_strength $device: $ssid /$frequency |$device: Wired connection} "
[[block]] [[block]]
block = "disk_space" block = "disk_space"
@ -50,10 +50,10 @@ block = "time"
interval = 60 interval = 60
# format = "%a %d.%m %R" # format = "%a %d.%m %R"
[[block]] # [[block]]
block = "battery" # block = "battery"
device = "BAT1" # device = "BAT1"
interval = 10 # interval = 10
# format = "{percentage:3}" # format = "{percentage:3}"
# full_format = "{percentage:3}" # full_format = "{percentage:3}"