From 16a7c0bcded813eb44eefbb7aa8becff69d197fc Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Thu, 10 Apr 2025 22:59:49 -0500 Subject: setup for all mono font on libreX60 --- hosts/libreX60.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/libreX60.lua b/hosts/libreX60.lua index 294c1a1..13f2d8b 100644 --- a/hosts/libreX60.lua +++ b/hosts/libreX60.lua @@ -1,5 +1,8 @@ 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/hwmon/hwmon2/temp1_input" + +beautiful.font = beautiful.font_sans = beautiful.font_mono -- cgit v1.2.3