diff options
| author | Reiner Herrmann <reiner@reiner-h.de> | 2017-09-29 18:05:29 +0200 |
|---|---|---|
| committer | Reiner Herrmann <reiner@reiner-h.de> | 2017-09-29 18:05:29 +0200 |
| commit | 41dddf863a362d24259b6eeec73bbdd737aecac6 (patch) | |
| tree | b097e33d8ff2645d0176a01bc5b5f3873a542cd8 /awesome/rc.lua | |
| parent | efaa70ae2c7d1c716710db5a425bb3bd6ba49999 (diff) | |
awesome: use default theme and just set wallpaper in rc.lua
Diffstat (limited to 'awesome/rc.lua')
| -rw-r--r-- | awesome/rc.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/awesome/rc.lua b/awesome/rc.lua index a88f22e..cb15831 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -46,7 +46,8 @@ end -- {{{ Variable definitions -- Themes define colours, icons, font and wallpapers. -beautiful.init("/home/reiner/.config/awesome/theme.lua") +beautiful.init(gears.filesystem.get_themes_dir() .. "default/theme.lua") +beautiful.wallpaper = awful.util.get_configuration_dir() .. "wallpaper.png" -- This is used later as the default terminal and editor to run. terminal = "x-terminal-emulator" |
