[Newm] Disable network and bluetooth display for now

This commit is contained in:
Lucien Cartier-Tilet 2022-12-07 16:06:06 +01:00
parent 30f9c68aaf
commit 90c42309c0
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 2 additions and 2 deletions

View File

@ -362,9 +362,9 @@ def bar_text() -> str:
f f
for f in [ for f in [
get_currently_playing(), get_currently_playing(),
get_network(), # get_network(),
display_docker(), display_docker(),
get_bluetooth_devices(), # get_bluetooth_devices(),
unread_emails(), unread_emails(),
cpu_usage(), cpu_usage(),
mem_usage(), mem_usage(),