fix background notify

This commit is contained in:
jonathan santis
2025-06-03 13:45:50 +02:00
parent f981145b8b
commit 9c20c9a032

View File

@@ -14,7 +14,7 @@ log() {
echo "$1" >> $LOGFILE
}
notify(){
notify-send "$1"
DISPLAY=:10.0 XDG_RUNTIME_DIR=/run/user/$(id -u) notify-send "$1"
}