1
0
Fork 0
mirror of https://github.com/lcpz/awesome-copycats.git synced 2024-12-23 03:32:30 +00:00

Copland theme: Fixing bat widget icon

This commit is contained in:
Lukas Geis 2014-01-27 16:55:50 +01:00
parent a73a500ff4
commit 626e6172d8

View file

@ -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