From 2aecb14d7505936acbff27e950ca258ba565f113 Mon Sep 17 00:00:00 2001 From: ThanosApollo Date: Sat, 1 Oct 2022 08:18:33 +0300 Subject: Update thermal sensor --- .config/qtile/config.py | 1 - 1 file changed, 1 deletion(-) (limited to '.config/qtile/config.py') diff --git a/.config/qtile/config.py b/.config/qtile/config.py index 49dbf6c..506180b 100644 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -157,7 +157,6 @@ def init_widgets_list(): background = my_colors["black"] ), widget.ThermalSensor( - format='{tag}: {temp:.Of}{unit}', threshold=50, fontsize=15, ), -- cgit v1.2.3