summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Keller <tjkeller.xyz>2025-04-14 18:36:43 -0500
committerTim Keller <tjkeller.xyz>2025-04-14 18:36:43 -0500
commitd1dc02920f4df22ba9eb2fe85902f4ac26c2452b (patch)
tree117b2b1842271221c593f314a31f00c3acfdb182
parentb779d7a1ec0182f712ac8a27232c13ba35abdbaf (diff)
downloadawesome-d1dc02920f4df22ba9eb2fe85902f4ac26c2452b.tar.xz
awesome-d1dc02920f4df22ba9eb2fe85902f4ac26c2452b.zip
fix textclock and font
-rw-r--r--bar.lua3
-rw-r--r--hosts/libreX60.lua2
-rw-r--r--theme.lua4
3 files changed, 6 insertions, 3 deletions
diff --git a/bar.lua b/bar.lua
index b038bd2..7e13d72 100644
--- a/bar.lua
+++ b/bar.lua
@@ -32,9 +32,10 @@ local widgets = {
buttons = taglist_buttons,
} end,
tasklist = tasklist,
- textclock = wibox.widget.textclock {
+ textclock = wibox.widget {
format = "%A, %B %-e, %-I:%M %p",
font = beautiful.textclock_font,
+ widget = wibox.widget.textclock,
},
cpu = {
layout = wibox.layout.fixed.horizontal,
diff --git a/hosts/libreX60.lua b/hosts/libreX60.lua
index 08dcec0..dc146e8 100644
--- a/hosts/libreX60.lua
+++ b/hosts/libreX60.lua
@@ -5,5 +5,7 @@ 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
diff --git a/theme.lua b/theme.lua
index 5b07b17..72400ee 100644
--- a/theme.lua
+++ b/theme.lua
@@ -16,8 +16,8 @@ beautiful.gap_single_client = false
-- fonts
beautiful.font_sans = beautiful.font
-beautiful.font_mono = "monospace 8"
-beautiful.font_mono_bold = "monospace, bold 8"
+beautiful.font_mono = "monospace 10"
+beautiful.font_mono_bold = "monospace, bold 10"
beautiful.font = beautiful.font_mono
beautiful.taglist_font = beautiful.font_sans