From 8d3c5f6d5f1e711c8220a6e805fa03890b1e0c56 Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Thu, 6 Sep 2018 13:42:48 +0200 Subject: [PATCH] Update wallpaper --- awesome/rc.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/awesome/rc.lua b/awesome/rc.lua index 1a36db0..8d02958 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -31,6 +31,7 @@ function update_wallpaper() for s = 1, screen.count() do gears.wallpaper.maximized(wallpaper, s, true) end + beautiful.wallpaper = wallpaper end local wallpaper_timer = timer({timeout=600})