theme: rename files for better coherency

Our `theme.lua` is now really a theme and its previous content is
moved in `apparance.lua`. Moreover, we play a bit with window borders.
This commit is contained in:
Vincent Bernat 2012-07-07 11:35:39 +02:00
parent 03ef7cdd66
commit 5691323e73
5 changed files with 61 additions and 57 deletions

2
rc.lua
View file

@ -36,7 +36,7 @@ config.layouts = {
config.hostname = awful.util.pread('uname -n'):gsub('\n', '')
-- Remaining modules
loadrc("theme")
loadrc("apparance")
loadrc("start")
loadrc("bindings")
loadrc("wallpaper")