From 261da81722517c83c72eddd0d59d4b279197be2d Mon Sep 17 00:00:00 2001 From: Lukas Geis Date: Fri, 31 Jan 2014 17:47:25 +0100 Subject: [PATCH] Copland: Fixing bad widget color --- rc.lua.copland | 1 + 1 file changed, 1 insertion(+) diff --git a/rc.lua.copland b/rc.lua.copland index 0c375aa..5462c6e 100755 --- a/rc.lua.copland +++ b/rc.lua.copland @@ -190,6 +190,7 @@ batupd = lain.widgets.bat({ batbar:set_color(beautiful.fg_normal) baticon:set_image(beautiful.bat) elseif bat_perc > 15 then + batbar:set_color(beautiful.fg_normal) baticon:set_image(beautiful.bat_low) else batbar:set_color("#EB8F8F")