theme: use less colors

This commit is contained in:
Vincent Bernat 2012-07-14 19:09:49 +02:00
parent 19f735065b
commit 47115a0fbe
4 changed files with 19 additions and 16 deletions

4
rc.lua
View file

@ -36,9 +36,6 @@ function loadrc(name, mod)
return result
end
-- Error handling
loadrc("errors")
-- Global configuration
modkey = "Mod4"
config = {}
@ -69,6 +66,7 @@ config.hostname = awful.util.pread('uname -n'):gsub('\n', '')
-- Remaining modules
loadrc("xrun") -- xrun function
loadrc("appearance") -- theme and appearance settings
loadrc("errors") -- errors and debug stuff
loadrc("start") -- programs to run on start
loadrc("bindings") -- keybindings