hotkeys_popup = require("awful.hotkeys_popup").widget
myawesomemenu = {
+ { "quit", function() awesome.quit() end},
+ { "restart", awesome.restart },
{ "hotkeys", function() return false, hotkeys_popup.show_help end},
{ "manual", terminal .. " -e man awesome" },
- { "edit config", editor_cmd .. " " .. awesome.conffile },
- { "restart", awesome.restart },
- { "quit", function() awesome.quit() end}
+ { "edit config", editor_cmd .. " " .. awesome.conffile }
}
mymainmenu = awful.menu({ items = { { "awesome", myawesomemenu, beautiful.awesome_icon },
-- Theme
--beautiful.init(awful.util.get_themes_dir() .. "default/theme.lua")
--beautiful.init(awful.util.get_themes_dir() .. "zenburn/theme.lua")
-beautiful.init(themes_dir .. "/multicolor/theme.lua")
+beautiful.init(themes_dir .. "/powerarrow/theme.lua")
-- Layout
dofile(configdir .. "/layout.lua")
theme.taglist_fg_focus = "#00CCFF"
theme.tasklist_bg_focus = "#222222"
theme.tasklist_fg_focus = "#00CCFF"
-theme.border_width = 1
+theme.border_width = 0
theme.border_normal = "#3F3F3F"
theme.border_focus = "#6F6F6F"
theme.border_marked = "#CC9393"