From c6f293073f3555b2fb1bfe2233bb2664091effa8 Mon Sep 17 00:00:00 2001 From: tavo-wasd Date: Fri, 23 Feb 2024 22:49:40 -0600 Subject: [PATCH] ignore --- .gitignore | 1 + calcurse/conf | 5 ----- scripts/contact | 2 +- scripts/vcard | 2 +- 4 files changed, 3 insertions(+), 7 deletions(-) delete mode 100644 calcurse/conf diff --git a/.gitignore b/.gitignore index fa6083f..d6e3eee 100644 --- a/.gitignore +++ b/.gitignore @@ -223,3 +223,4 @@ calcurse/keys khard/ msmtp/ mutt/ +vdirsyncer/ diff --git a/calcurse/conf b/calcurse/conf deleted file mode 100644 index 2043deb..0000000 --- a/calcurse/conf +++ /dev/null @@ -1,5 +0,0 @@ -appearance.defaultpanel=todo -appearance.layout=5 -appearance.theme=cyan on default -appearance.todoview=show-completed -general.firstdayofweek=sunday diff --git a/scripts/contact b/scripts/contact index e643cb0..74817c0 100755 --- a/scripts/contact +++ b/scripts/contact @@ -1,5 +1,5 @@ #!/bin/sh -VDIR="$HOME/Documents/contacts" +VDIR="$HOME/.local/share/contacts" QUERY="$(< /dev/null | menu 'Query contacts:' )" [ -z "$QUERY" ] && exit 0 diff --git a/scripts/vcard b/scripts/vcard index 4860ad2..de5e575 100755 --- a/scripts/vcard +++ b/scripts/vcard @@ -1,5 +1,5 @@ #!/bin/sh -VDIR="$HOME/Documents/contacts" +VDIR="$HOME/.local/share/contacts" NAME="$(grep -r 'FN' "$VDIR" | cut -d ':' -f 3 | menu "VCARD:")" [ -z "$NAME" ] && exit 0