From c19bc31c600bdefb75156d1adbfd462dc9eaf842 Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Sat, 26 Nov 2011 17:29:51 +0100 Subject: use my own icons for ni theme --- ni/theme.lua | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/ni/theme.lua b/ni/theme.lua index c8dfc69..976246c 100644 --- a/ni/theme.lua +++ b/ni/theme.lua @@ -81,18 +81,18 @@ theme.titlebar_maximized_button_focus_active = "/usr/share/awesome/themes/defau theme.wallpaper_cmd = { "awsetbg " .. theme_dir .. "/background.jpeg" } -- You can use your own layout icons like this: -theme.layout_fairh = "/usr/share/awesome/themes/default/layouts/fairhw.png" -theme.layout_fairv = "/usr/share/awesome/themes/default/layouts/fairvw.png" -theme.layout_floating = "/usr/share/awesome/themes/default/layouts/floatingw.png" -theme.layout_magnifier = "/usr/share/awesome/themes/default/layouts/magnifierw.png" -theme.layout_max = "/usr/share/awesome/themes/default/layouts/maxw.png" -theme.layout_fullscreen = "/usr/share/awesome/themes/default/layouts/fullscreenw.png" -theme.layout_tilebottom = "/usr/share/awesome/themes/default/layouts/tilebottomw.png" -theme.layout_tileleft = "/usr/share/awesome/themes/default/layouts/tileleftw.png" -theme.layout_tile = "/usr/share/awesome/themes/default/layouts/tilew.png" -theme.layout_tiletop = "/usr/share/awesome/themes/default/layouts/tiletopw.png" -theme.layout_spiral = "/usr/share/awesome/themes/default/layouts/spiralw.png" -theme.layout_dwindle = "/usr/share/awesome/themes/default/layouts/dwindlew.png" +theme.layout_fairh = theme_dir .. "/icons/layouts/fairh.png" +theme.layout_fairv = theme_dir .. "/icons/layouts/fairv.png" +theme.layout_floating = theme_dir .. "/icons/layouts/floating.png" +theme.layout_magnifier = theme_dir .. "/icons/layouts/magnifier.png" +theme.layout_max = theme_dir .. "/icons/layouts/max.png" +theme.layout_fullscreen = theme_dir .. "/icons/layouts/fullscreen.png" +theme.layout_tilebottom = theme_dir .. "/icons/layouts/tilebottom.png" +theme.layout_tileleft = theme_dir .. "/icons/layouts/tileleft.png" +theme.layout_tile = theme_dir .. "/icons/layouts/tile.png" +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" -- cgit v1.2.3