From 1ec5e3a452bef1e27ac7cad70635592cb48b8514 Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Thu, 7 May 2015 21:52:50 +0200 Subject: ni theme: cleanup --- ni/theme.lua | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'ni') 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 -- cgit v1.2.3