From 90c42309c012ca85b3ce75c69219b08fe56eb393 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Wed, 7 Dec 2022 16:06:06 +0100 Subject: [PATCH] [Newm] Disable network and bluetooth display for now --- .config/newm/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/newm/config.py b/.config/newm/config.py index 9f7a942..8f2f09d 100644 --- a/.config/newm/config.py +++ b/.config/newm/config.py @@ -362,9 +362,9 @@ def bar_text() -> str: f for f in [ get_currently_playing(), - get_network(), + # get_network(), display_docker(), - get_bluetooth_devices(), + # get_bluetooth_devices(), unread_emails(), cpu_usage(), mem_usage(),