From 7f01974b15989f444d9a2235f9c2afb2adc5dd16 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Sat, 16 Sep 2017 11:10:10 +0200 Subject: i3/bar: Use pysensors MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- i3/bar.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'i3') 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", -- cgit v1.2.3-54-g00ecf