feat: add some info about connected wifi (#354)

* feat: add some info about connected wifi

* feat: add some info about connected wifi

* fix: convert default label to empty string

* feat: add fallbacks

* feat: add wifi disconnect

* Update modules/menus/network/wifi/WirelessAPs.ts

Co-authored-by: Jas Singh <jaskiratpal.singh@outlook.com>

* Update modules/menus/network/wifi/WirelessAPs.ts

Co-authored-by: Jas Singh <jaskiratpal.singh@outlook.com>

* Update modules/bar/network/index.ts

---------

Co-authored-by: Jas Singh <jaskiratpal.singh@outlook.com>
This commit is contained in:
Rubin Bhandari
2024-10-30 10:16:23 +05:45
committed by GitHub
parent 0bdaf461f6
commit b77f37c145
4 changed files with 87 additions and 27 deletions

View File

@@ -897,6 +897,7 @@ const options = mkOptions(OPTIONS, {
},
network: {
truncation: opt(true),
showWifiInfo: opt(false),
truncation_size: opt(7),
label: opt(true),
rightClick: opt(''),