From 626e6172d8705c09bb61fed33c465d4f5ef2ba86 Mon Sep 17 00:00:00 2001 From: Lukas Geis Date: Mon, 27 Jan 2014 16:55:50 +0100 Subject: [PATCH] Copland theme: Fixing bat widget icon --- rc.lua.copland | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc.lua.copland b/rc.lua.copland index 0c375aa..0419c90 100755 --- a/rc.lua.copland +++ b/rc.lua.copland @@ -193,7 +193,7 @@ batupd = lain.widgets.bat({ baticon:set_image(beautiful.bat_low) else batbar:set_color("#EB8F8F") - baticon:set_image(beautiful.bat_no) + baticon:set_image(beautiful.bat_empty) end