diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2017-09-16 11:10:10 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2017-09-16 11:10:10 +0200 |
commit | 7f01974b15989f444d9a2235f9c2afb2adc5dd16 (patch) | |
tree | 45fc866fb7dd6fe4860344816c33f8d159a2c38d /i3 | |
parent | 6fed6c66b0d81a071fe50675161e366b6a76ea4c (diff) | |
download | dotfiles-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.py | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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", |