From 383fcc8b7b6a7d1c6314738bd8533f42afc78b49 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Sat, 4 Apr 2020 06:18:04 +0200 Subject: [PATCH] moved link background.png to .background.png --- .config/awesome/rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 0e6a630e..4be25860 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -55,7 +55,7 @@ beautiful.init(os.getenv("HOME").."/.config/awesome/themes/hanez/theme.lua") -- To override the wallpaper provided by the theme you can just add a file named -- ~/images/background.png and then this file will be used as wallpaper. No need -- to change the theme or this file for that... ;) -name = os.getenv("HOME").."/background.png" +name = os.getenv("HOME").."/.background.png" if file_exists(name) then beautiful.wallpaper = name end