Network in status configuration
This commit is contained in:
parent
b4cda88f35
commit
f28bea2c5d
1 changed files with 19 additions and 0 deletions
|
@ -23,6 +23,25 @@ pkgs.writeText "configuration.toml" ''
|
|||
block = "focused_window"
|
||||
max_width = 100
|
||||
|
||||
[[block]]
|
||||
block = "net"
|
||||
device = "wlp2s0"
|
||||
ssid = true
|
||||
signal_strength = true
|
||||
speed_up = false
|
||||
speed_down = false
|
||||
hide_missing = true
|
||||
hide_inactive = true
|
||||
|
||||
[[block]]
|
||||
block = "net"
|
||||
device = "enp0s31f6"
|
||||
ip = true
|
||||
speed_up = false
|
||||
speed_down = false
|
||||
hide_missing = true
|
||||
hide_inactive = true
|
||||
|
||||
[[block]]
|
||||
block = "battery"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue