From 41c431d40f1a750c5567346ede031ae8bcf0873e Mon Sep 17 00:00:00 2001 From: xeals Date: Tue, 15 Jan 2019 21:34:04 +1100 Subject: [PATCH] feat: fall back to beautiful.font for textclock --- widget/textclock.fnl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widget/textclock.fnl b/widget/textclock.fnl index 95f57ee..f83663a 100644 --- a/widget/textclock.fnl +++ b/widget/textclock.fnl @@ -23,7 +23,7 @@ timeout (or timeout 60) timezone (or (and timezone (TimeZone.new timezone)) (TimeZone.new_local)) - font (or font beautiful.textclock_font) + font (or font beautiful.textclock_font beautiful.font) w (wibox.widget.textbox)] (var t nil)