#!/bin/bash export DISPLAY=:0 xhost +local: logdir="/home/amalie" file=$(cat $logdir/ana-wall-current.log) #nohup feh --bg-fill "$file" > /dev/null 2>&1 & feh --bg-fill "$file" &