summaryrefslogtreecommitdiffstats
path: root/.config/awesome/theme.lua
diff options
context:
space:
mode:
authorJonathan McCrohan <jmccrohan@gmail.com>2017-07-12 23:36:38 +0100
committerJonathan McCrohan <jmccrohan@gmail.com>2017-07-12 23:36:38 +0100
commit020a6ec167dab9641ecebcf79af104cb06b13a0d (patch)
tree4985ef22032237d88cbeff985649e66983508920 /.config/awesome/theme.lua
parentbe3296d9bde06b9abe89b5f4685e94ded324834f (diff)
downloadawesome-020a6ec167dab9641ecebcf79af104cb06b13a0d.tar.gz
s/configpath/configdir/
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.