From fea2bd24e83c90c311f4e77ccf46f1464a6f5afb Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Sun, 3 Nov 2024 16:09:10 -0600 Subject: update temp widget to be fancier and other small stuff --- hosts/libreX60.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'hosts/libreX60.lua') diff --git a/hosts/libreX60.lua b/hosts/libreX60.lua index 3ce5619..294c1a1 100644 --- a/hosts/libreX60.lua +++ b/hosts/libreX60.lua @@ -1,4 +1,5 @@ local wibox = require("wibox") local bar_widgets = require("bar") -bar_widgets.textclock.format = "%a, %b %e, %-H:%M" +bar_widgets.textclock.format = "%a, %b %-e, %-H:%M" +bar_widgets.temp.file = "/sys/class/hwmon/hwmon2/temp1_input" -- cgit v1.2.3