From d5874600311f89ce25ecce19cf4047387db455a2 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Mon, 14 Apr 2025 22:14:02 -0500 Subject: fix load order in rc.lua for overrides and fix override w/ theme changes --- hosts/libreX60.lua | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'hosts/libreX60.lua') diff --git a/hosts/libreX60.lua b/hosts/libreX60.lua index dc146e8..af69c6a 100644 --- a/hosts/libreX60.lua +++ b/hosts/libreX60.lua @@ -1,11 +1,11 @@ -local wibox = require("wibox") -local bar_widgets = require("bar") local beautiful = require("beautiful") -bar_widgets.textclock.format = "%a, %b %-e, %-H:%M" -bar_widgets.temp.file = "/sys/class/thermal/thermal_zone0/temp" - beautiful.font_mono = "Tamzen 8" beautiful.font_mono_bold = "Tamzen, bold 8" beautiful.font = beautiful.font_mono beautiful.font_sans = beautiful.font_mono + +local bar_widgets = require("bar") + +bar_widgets.textclock.format = "%a, %b %-e, %-H:%M" +bar_widgets.temp.file = "/sys/class/thermal/thermal_zone0/temp" -- cgit v1.2.3