From 9c9bb827c0d67ec601682235912880f05f192925 Mon Sep 17 00:00:00 2001 From: Conor Heine Date: Wed, 25 Sep 2013 00:27:27 -0400 Subject: [PATCH] fixed icon path --- themes/multicolor/theme.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/multicolor/theme.lua b/themes/multicolor/theme.lua index bede6c5..7beaefd 100644 --- a/themes/multicolor/theme.lua +++ b/themes/multicolor/theme.lua @@ -41,7 +41,7 @@ theme.menu_fg_normal = "#aaaaaa" theme.menu_fg_focus = "#ff8c00" theme.menu_bg_normal = "#050505dd" theme.menu_bg_focus = "#050505dd" -theme.menu_submenu_icon = theme.confdir .. "/submenu.png" +theme.menu_submenu_icon = theme.confdir .. "/icons/submenu.png" theme.widget_temp = theme.confdir .. "/icons/temp.png" theme.widget_uptime = theme.confdir .. "/icons/ac.png"