diff options
author | Tim Keller <tjkeller.xyz> | 2025-04-12 14:34:55 -0500 |
---|---|---|
committer | Tim Keller <tjkeller.xyz> | 2025-04-12 14:34:55 -0500 |
commit | 39f8a32b96c86a442c6cdc4aae7a870a5f65b45f (patch) | |
tree | 301b6b623f80838de954c8afdd0d19cb2665f11a /hosts/libreX60.lua | |
parent | 3ab998e85b7eb487d129530c5ec437259e305c81 (diff) | |
download | awesome-39f8a32b96c86a442c6cdc4aae7a870a5f65b45f.tar.xz awesome-39f8a32b96c86a442c6cdc4aae7a870a5f65b45f.zip |
cleanup and tasklist tooltip + wibox tooltip lib
Diffstat (limited to 'hosts/libreX60.lua')
-rw-r--r-- | hosts/libreX60.lua | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/hosts/libreX60.lua b/hosts/libreX60.lua index 13f2d8b..08dcec0 100644 --- a/hosts/libreX60.lua +++ b/hosts/libreX60.lua @@ -3,6 +3,7 @@ local bar_widgets = require("bar") local beautiful = require("beautiful") bar_widgets.textclock.format = "%a, %b %-e, %-H:%M" -bar_widgets.temp.file = "/sys/class/hwmon/hwmon2/temp1_input" +bar_widgets.temp.file = "/sys/class/thermal/thermal_zone0/temp" -beautiful.font = beautiful.font_sans = beautiful.font_mono +beautiful.font = beautiful.font_mono +beautiful.font_sans = beautiful.font_mono |