(scripts) changebg && backupRunning

This commit is contained in:
qvalentin 2022-02-19 11:35:41 +01:00
parent 080e6f1a75
commit 5f5b3c7e92
2 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
if ps aux | egrep '[r]sync'; then
if ps aux | egrep -q '[t]imeshift|[r]sync'; then
echo " "
fi

View File

@ -26,11 +26,12 @@ args=("$@")
PATH_TO_IMG="${args[0]}"
if [[ -z "$PATH_TO_IMG" ]]; then
wpg -m
wpg -m
. "${HOME}/.cache/wal/colors.sh"
PATH_TO_IMG=$wallpaper
else
additionalArgs=("${args[@]:1}")
wpg -a $PATH_TO_IMG
wpg -s "$(basename $PATH_TO_IMG)"
fi
@ -61,6 +62,6 @@ emacsclient -e "(load-theme 'ewal-doom-one)"
~/dev/linux/telegram-palette-gen/telegram-palette-gen --wal
betterlockscreen -u $PATH_TO_IMG &
betterlockscreen -u $PATH_TO_IMG 2>/dev/null &
fish -c "source ~/.cache/wal/colors.fish"