From 4047386cef36e80bdfe462ac6130476a21c5e87a Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Fri, 3 May 2024 19:58:16 +1000 Subject: [PATCH] xmonad: set background to auroraAustralis --- .xmonad/xmonad.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.xmonad/xmonad.hs b/.xmonad/xmonad.hs index 9d19d12..32d9da0 100644 --- a/.xmonad/xmonad.hs +++ b/.xmonad/xmonad.hs @@ -200,7 +200,7 @@ iogBrowser = "brave --profile-directory='Profile 1'" launcher = "rofi -show drun" logseq = "logseq" musicPlayer = "spotify" -myBackground = "feh --bg-fill ~/Documents/images/posters/IMG_1088_resize.jpg" +myBackground = "feh --bg-fill ~/Documents/images/posters/auroraAustralis.jpg" notificationDaemon = "dunst" obs = "obs" screenshot = "flameshot gui"