mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-08-14 06:48:31 +02:00
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:
parent
03ef7cdd66
commit
5691323e73
5 changed files with 61 additions and 57 deletions
2
rc.lua
2
rc.lua
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue