Status bar blocks changes

This commit is contained in:
Charlotte Van Petegem 2020-10-07 13:39:30 +02:00
parent bac2b111f5
commit ecd92d9238
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -41,10 +41,6 @@ pkgs.writeText "configuration.toml" ''
[icons]
name = "awesome"
[[block]]
block = "focused_window"
max_width = 100
[[block]]
block = "net"
device = "wlp2s0"
@ -74,6 +70,15 @@ pkgs.writeText "configuration.toml" ''
hide_missing = 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 = "battery"