From b5fc4820776341da6d1cb26f3e1948fd2d2cea44 Mon Sep 17 00:00:00 2001 From: Thomas FORGIONE Date: Sat, 26 Nov 2016 12:16:44 +0100 Subject: [PATCH] Default wallpaper --- awesome/rc.lua | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/awesome/rc.lua b/awesome/rc.lua index 653d789..f5b05c7 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -85,8 +85,6 @@ function change_wallpaper(path, extension) end end -change_wallpaper('arch2', 'png') - -- Widgets local volume = require("volume") local battery = require("battery") @@ -123,11 +121,13 @@ local layouts = -- }}} -- {{{ Wallpaper --- if beautiful.wallpaper then --- for s = 1, screen.count() do --- gears.wallpaper.maximized(beautiful.wallpaper, s, true) --- end --- end +if beautiful.wallpaper then + for s = 1, screen.count() do + gears.wallpaper.maximized(beautiful.wallpaper, s, true) + end +end +change_wallpaper('arch2', 'png') + -- }}} -- {{{ Tags