From 30bf1fd12b9b2aba04782b56f4e6eaa79e39be8c Mon Sep 17 00:00:00 2001
From: Einar Largenius <einarl@nsc.liu.se>
Date: Thu, 8 Jun 2023 13:09:31 +0200
Subject: [PATCH] [profilel] Flytta bakgrundsbild till egen mapp

---
 home/.profile | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/home/.profile b/home/.profile
index b31ad80..8cc09c2 100755
--- a/home/.profile
+++ b/home/.profile
@@ -47,7 +47,11 @@ fi
 # plugins like screenreaders.
 export NO_AT_BRIDGE=1
 
-[ -f "$SYNCDIR"/host-config/"$(hostname)"-profile.sh ] && . "$SYNCDIR"/host-config/"$(hostname)"-profile.sh
+if [ -f "$SYNCDIR"/host-config/"$(hostname)"-profile.sh ] ; then
+    . "$SYNCDIR"/host-config/"$(hostname)"-profile.sh
+else
+    . "$SYNCDIR"/host-config/fallback-profile.sh
+fi
 
 # Numlock on
 setleds -D +num &
@@ -63,10 +67,6 @@ if [ "$DISPLAY" ]; then
     # Justera tangentbordslayout
     setxkbmap -variant nodeadkeys -option caps:ctrl_modifier
 
-    # Bakgrundsbild
-    feh --bg-fill "https://wrya.net/services/wallpaper/4chan.php" || \
-        xsetroot -solid "#99ccff" &
-
     # Pekare
     xsetroot -cursor_name left_ptr &
 
-- 
GitLab