summaryrefslogtreecommitdiff
path: root/ni/theme.lua
diff options
context:
space:
mode:
Diffstat (limited to 'ni/theme.lua')
-rw-r--r--ni/theme.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/ni/theme.lua b/ni/theme.lua
index a0d2c27..0a5f618 100644
--- a/ni/theme.lua
+++ b/ni/theme.lua
@@ -38,8 +38,8 @@ theme.tooltip_fg_color = theme.fg_normal
theme.tooltip_bg_color = theme.bg_normal
-- Display the taglist squares
-theme.taglist_squares_sel = "/usr/share/awesome/themes/default/taglist/squarefw.png"
-theme.taglist_squares_unsel = "/usr/share/awesome/themes/default/taglist/squarew.png"
+theme.taglist_squares_sel = theme_dir .. "/icons/taglist/sel.png"
+theme.taglist_squares_unsel = theme_dir .. "/icons/taglist/unsel.png"
theme.tasklist_floating_icon = "/usr/share/awesome/themes/default/tasklist/floatingw.png"
@@ -96,7 +96,7 @@ theme.layout_tiletop = theme_dir .. "/icons/layouts/tiletop.png"
theme.layout_spiral = theme_dir .. "/icons/layouts/spiral.png"
theme.layout_dwindle = theme_dir .. "/icons/layouts/dwindle.png"
-theme.awesome_icon = "/usr/share/awesome/icons/awesome16.png"
+theme.awesome_icon = theme_dir .. "/icons/awesome.png"
return theme
-- vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=80