From 3a51bab1c8178b5b12fddd44dd4c20062ef6a955 Mon Sep 17 00:00:00 2001 From: xeals Date: Tue, 15 Jan 2019 21:34:21 +1100 Subject: [PATCH] fix: reduce size of battery icon widget --- widget/bat.fnl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widget/bat.fnl b/widget/bat.fnl index b4ec078..9bdf2d6 100644 --- a/widget/bat.fnl +++ b/widget/bat.fnl @@ -33,7 +33,7 @@ (> level 50) x50 (> level 25) x25 empty)] - (: _G.widget :set_markup (markup.font "Typicons 28" icon)))) + (: _G.widget :set_markup (markup.font "Typicons 24" icon)))) (fn bat-markup [] (bat-icon))