summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ni/theme.lua12
1 files changed, 3 insertions, 9 deletions
diff --git a/ni/theme.lua b/ni/theme.lua
index 0a5f618..3deb20f 100644
--- a/ni/theme.lua
+++ b/ni/theme.lua
@@ -1,6 +1,6 @@
----------------------------
--- Default awesome theme --
----------------------------
+----------------------
+-- Ni awesome theme --
+----------------------
theme_dir = awful.util.getdir("config") .. "/ni"
@@ -50,11 +50,6 @@ theme.menu_submenu_icon = "/usr/share/awesome/themes/default/submenu.png"
theme.menu_height = "15"
theme.menu_width = "100"
--- You can add as many variables as
--- you wish and access them by using
--- beautiful.variable in your rc.lua
---theme.bg_widget = "#cc0000"
-
-- Define the image to load
theme.titlebar_close_button_normal = "/usr/share/awesome/themes/default/titlebar/close_normal.png"
theme.titlebar_close_button_focus = "/usr/share/awesome/themes/default/titlebar/close_focus.png"
@@ -99,4 +94,3 @@ theme.layout_dwindle = theme_dir .. "/icons/layouts/dwindle.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