moved link background.png to .background.png
This commit is contained in:
parent
874059e477
commit
793a59e629
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue