From 3cc237c098fa1930b4018440f269de40723a058d Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Thu, 5 Jan 2023 20:05:57 +0100 Subject: [PATCH] Generic update. --- backuper | 2 +- badd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backuper b/backuper index 16d1668..ddcf844 100755 --- a/backuper +++ b/backuper @@ -4,7 +4,7 @@ copy () { while read Line; do echo "Syncing $(basename $Line)" rsync -ahAX -v --delete "$Line" $HOME/.local/backup - done <<< "$(cat $HOME/.config/rsync/backup-list)" + done <<< "$(cat $HOME/.config/rsync/sync-list)" } encrypt () { diff --git a/badd b/badd index ea3cb2f..57336f6 100755 --- a/badd +++ b/badd @@ -3,4 +3,4 @@ # Simple buku script to quickly add a url and edit it right away in a floating terminal. xclip -sel c -o | buku -a -$TERMINAL start --class badd -- buku -w -1 +$TERMINAL --class badd -e buku -w -1