Fix bluetooth showing up in bar on bluetooth-incapable devices
This commit is contained in:
parent
253f8a5bb6
commit
fc2b3ba0f4
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ in {
|
||||||
"cpu"
|
"cpu"
|
||||||
"disk"
|
"disk"
|
||||||
(optional (cfg.battery.name != "") "battery")
|
(optional (cfg.battery.name != "") "battery")
|
||||||
(optional (cfg.bluetooth.enable != "") "bluetooth")
|
(optional (cfg.bluetooth.enable) "bluetooth")
|
||||||
(optional (cfg.network.wifi != "") "network#wifi")
|
(optional (cfg.network.wifi != "") "network#wifi")
|
||||||
(optional (cfg.network.eth != "") "network#eth")
|
(optional (cfg.network.eth != "") "network#eth")
|
||||||
(optional (cfg.network.vpn != "") "network#vpn")
|
(optional (cfg.network.vpn != "") "network#vpn")
|
||||||
|
|
Loading…
Reference in a new issue