aboutsummaryrefslogtreecommitdiffstats
path: root/i3
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2017-09-16 11:10:10 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2017-09-16 11:10:10 +0200
commit7f01974b15989f444d9a2235f9c2afb2adc5dd16 (patch)
tree45fc866fb7dd6fe4860344816c33f8d159a2c38d /i3
parent6fed6c66b0d81a071fe50675161e366b6a76ea4c (diff)
downloaddotfiles-7f01974b15989f444d9a2235f9c2afb2adc5dd16.tar.xz
i3/bar: Use pysensors
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'i3')
-rw-r--r--i3/bar.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/i3/bar.py b/i3/bar.py
index d9cdb10..f2464f5 100644
--- a/i3/bar.py
+++ b/i3/bar.py
@@ -56,7 +56,9 @@ else:
status.register("temp",
- format="{temp:.0f}°C",)
+ format="{Package_id_0}°C {Core_0_bar}{Core_1_bar}",
+ hints={"markup": "pango"},
+ lm_sensors_enabled=True)
status.register("pulseaudio",