This commit is contained in:
Benjamin Kyd
2023-05-09 14:42:51 +01:00
parent f83231ece3
commit 7e1d680128

View File

@@ -4,8 +4,16 @@ local beautiful = require("beautiful")
local wallpapers = {
"/home/benk/pictures/Wallpapers/waves_right_colored.png",
"/home/benk/pictures/Wallpapers/portal2.png",
}
beautiful.wallpaper = wallpapers[1]
Hostname = io.popen("uname -n"):read()
if Hostname == "ben-xps9310" then
beautiful.wallpaper = wallpapers[2]
else
beautiful.wallpaper = wallpapers[1]
end
screen.connect_signal('request::wallpaper', function(s)
awful.wallpaper {