From 020a6ec167dab9641ecebcf79af104cb06b13a0d Mon Sep 17 00:00:00 2001 From: Jonathan McCrohan Date: Wed, 12 Jul 2017 23:36:38 +0100 Subject: s/configpath/configdir/ --- .config/awesome/theme.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.config/awesome/theme.lua') diff --git a/.config/awesome/theme.lua b/.config/awesome/theme.lua index 35ef62f..0982afa 100644 --- a/.config/awesome/theme.lua +++ b/.config/awesome/theme.lua @@ -97,9 +97,9 @@ theme.layout_cornerne = "/usr/share/awesome/themes/default/layouts/cornernew.png theme.layout_cornersw = "/usr/share/awesome/themes/default/layouts/cornersww.png" theme.layout_cornerse = "/usr/share/awesome/themes/default/layouts/cornersew.png" -theme.awesome_icon = configpath .. "/icons/awesome.svg" -theme.debian_icon = configpath .. "/icons/debian.svg" -theme.linux_icon = configpath .. "/icons/linux.svg" +theme.awesome_icon = configdir .. "/icons/awesome.svg" +theme.debian_icon = configdir .. "/icons/debian.svg" +theme.linux_icon = configdir .. "/icons/linux.svg" -- Define the icon theme for application icons. If not set then the icons -- from /usr/share/icons and /usr/share/icons/hicolor will be used. -- cgit v1.2.3