summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Schodet2011-11-26 17:29:51 +0100
committerNicolas Schodet2011-11-26 17:29:51 +0100
commitc19bc31c600bdefb75156d1adbfd462dc9eaf842 (patch)
treec4c1d87a6cb8766fd0ed0faf2ad1e33e980623d0
parent99c544cb7635692de329deec126dc03d5f0584c5 (diff)
use my own icons for ni theme
-rw-r--r--ni/theme.lua24
1 files 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"