Status bar blocks changes
This commit is contained in:
parent
bac2b111f5
commit
ecd92d9238
1 changed files with 9 additions and 4 deletions
|
@ -41,10 +41,6 @@ pkgs.writeText "configuration.toml" ''
|
||||||
[icons]
|
[icons]
|
||||||
name = "awesome"
|
name = "awesome"
|
||||||
|
|
||||||
[[block]]
|
|
||||||
block = "focused_window"
|
|
||||||
max_width = 100
|
|
||||||
|
|
||||||
[[block]]
|
[[block]]
|
||||||
block = "net"
|
block = "net"
|
||||||
device = "wlp2s0"
|
device = "wlp2s0"
|
||||||
|
@ -74,6 +70,15 @@ pkgs.writeText "configuration.toml" ''
|
||||||
hide_missing = true
|
hide_missing = true
|
||||||
hide_inactive = true
|
hide_inactive = true
|
||||||
|
|
||||||
|
[[block]]
|
||||||
|
block = "net"
|
||||||
|
device = "enp0s20f0u1u2"
|
||||||
|
ip = true
|
||||||
|
speed_up = false
|
||||||
|
speed_down = false
|
||||||
|
hide_missing = true
|
||||||
|
hide_inactive = true
|
||||||
|
|
||||||
[[block]]
|
[[block]]
|
||||||
block = "battery"
|
block = "battery"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue