summaryrefslogtreecommitdiffstats
path: root/.config/awesome/theme.lua
diff options
context:
space:
mode:
Diffstat (limited to '.config/awesome/theme.lua')
-rw-r--r--.config/awesome/theme.lua6
1 files changed, 3 insertions, 3 deletions
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.