This commit is contained in:
Lucy Hochkamp 2023-09-26 13:36:01 +02:00
parent a905642fad
commit 6546b000a1
No known key found for this signature in database
2 changed files with 58 additions and 58 deletions

View file

@ -12,7 +12,7 @@ SCRIPT_NAME="$(basename $0)"
THEME_SETTER="$DN/theme_setter.sh"
if pgrep -qf "$SCRIPT_NAME"; then
echo "$SCRIPT_NAME is already running, nothing to do here."
dark-notify -e -c "$THEME_SETTER" # run once
exit 0
fi