add new features to i3status-rs
This commit is contained in:
parent
9c04c1e926
commit
68f1a227b9
1 changed files with 22 additions and 1 deletions
|
@ -14,6 +14,17 @@ icons = "awesome4"
|
|||
#bat_charging = " |^| "
|
||||
#bat_discharging = " |v| "
|
||||
|
||||
[[block]]
|
||||
block = "net"
|
||||
format = " $icon {$signal_strength $ip $ssid $frequency ^icon_net_down $speed_down.eng(prefix:K) ^icon_net_up $speed_up.eng(prefix:K)|Wired connection} via $device "
|
||||
[[block.click]]
|
||||
button = "left"
|
||||
cmd = "wezterm start nmtui"
|
||||
|
||||
[[block]]
|
||||
block = "external_ip"
|
||||
format = " $ip $country_code "
|
||||
|
||||
[[block]]
|
||||
block = "cpu"
|
||||
interval = 1
|
||||
|
@ -47,7 +58,17 @@ interval = 5
|
|||
#format = " $timestamp.datetime(f:'%a %d/%m %R') "
|
||||
format = " $timestamp.datetime(f:'%a %Y-%m-%d %H:%M:%S') "
|
||||
|
||||
[[block]]
|
||||
block = "hueshift"
|
||||
hue_shifter = "wl_gammarelay_rs"
|
||||
step = 50
|
||||
click_temp = 3500
|
||||
|
||||
[[block]]
|
||||
block = "backlight"
|
||||
format = " $brightness "
|
||||
|
||||
[[block]]
|
||||
block = "battery"
|
||||
format = " $icon $percentage {$time |}"
|
||||
|
||||
missing_format = ""
|
||||
|
|
Loading…
Reference in a new issue