diff options
author | ThanosApollo <[email protected]> | 2022-10-01 08:18:33 +0300 |
---|---|---|
committer | ThanosApollo <[email protected]> | 2022-10-01 08:18:33 +0300 |
commit | 2aecb14d7505936acbff27e950ca258ba565f113 (patch) | |
tree | 9534d50760d905c78efeb99421e121532e6a1b36 /.config | |
parent | 3dd675161d1bb055f1155b2cbb736e630296421a (diff) |
Update thermal sensor
Diffstat (limited to '.config')
-rw-r--r-- | .config/qtile/config.py | 1 |
1 files changed, 0 insertions, 1 deletions
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, ), |