summaryrefslogtreecommitdiff
path: root/ni
diff options
context:
space:
mode:
authorNicolas Schodet2015-05-07 21:52:50 +0200
committerNicolas Schodet2015-05-07 22:01:35 +0200
commit1ec5e3a452bef1e27ac7cad70635592cb48b8514 (patch)
tree95d62530fc865222d514b71394c49f349ff1eaf4 /ni
parent4c6fba365b63c13d398ffd4963c82746b2358cbe (diff)
ni theme: cleanup
Diffstat (limited to 'ni')
-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