fandreuz / TUI-ConsoleLauncher

Linux CLI Launcher for Android
Other
1.24k stars 257 forks source link

Network Display Help #319

Open Erichssf opened 4 years ago

Erichssf commented 4 years ago

How can I proper keep the dafault network dispplay format, yet add a second line that shows BlueTooth being on/connected? I have tried but the bluetooth line never shows.

user385 commented 3 years ago

thats my code maybe you can modify it to your own preferences...

user385 commented 3 years ago

%(WiFi - %wn/%[Mobile Data: %d3/No Internet access])

thats the default network format and if i understand you correctly you want a new line with bluetooth status.

%(WiFi - %wn/%[Mobile Data: %d3/No Internet access])%nBluetooth: %b2

note that %n create a new line

connect status is not implemented yet...