From 7e1d6801288c7a8628b1fd5f34a3cef3d66df458 Mon Sep 17 00:00:00 2001 From: Benjamin Kyd Date: Tue, 9 May 2023 14:42:51 +0100 Subject: [PATCH] lol --- common/.config/awesome/core/wallpapers.lua | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/common/.config/awesome/core/wallpapers.lua b/common/.config/awesome/core/wallpapers.lua index 4274042..c4c12d6 100644 --- a/common/.config/awesome/core/wallpapers.lua +++ b/common/.config/awesome/core/wallpapers.lua @@ -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 {