diff options
author | Tim Keller <tjkeller.xyz> | 2025-04-10 22:59:49 -0500 |
---|---|---|
committer | Tim Keller <tjkeller.xyz> | 2025-04-10 22:59:49 -0500 |
commit | 16a7c0bcded813eb44eefbb7aa8becff69d197fc (patch) | |
tree | 4ffdf5ac2089afb9a7b93fe8cf165b688d362642 /hosts | |
parent | 681e5e7f0a949c96e41d219c06885175f3307ae6 (diff) | |
download | awesome-16a7c0bcded813eb44eefbb7aa8becff69d197fc.tar.xz awesome-16a7c0bcded813eb44eefbb7aa8becff69d197fc.zip |
setup for all mono font on libreX60
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/libreX60.lua | 3 |
1 files changed, 3 insertions, 0 deletions
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 |