From 4c6fba365b63c13d398ffd4963c82746b2358cbe Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Thu, 7 May 2015 21:12:37 +0200 Subject: icons: add taglist and awesome icons --- ni/theme.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ni/theme.lua') 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 -- cgit v1.2.3