Skip to content

Commit 6a35ac5

Browse files
committed
oboro => [vdirsyncer][picker.spell]
1 parent 36a928a commit 6a35ac5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

runes/vdirsyncer

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ fileext = ".ics"
1717
type = "caldav"
1818
url = "http://pendrellvale.home:8085"
1919
username = "mendess"
20-
password.fetch = ["command", "ssh", "mendess@mendess.xyz", "cat", "vault/spire/nextcloud/pw"]
20+
password.fetch = ["command", "ssh", "mendess.xyz", "cat", "vault/spire/nextcloud/pw"]

spells/picker.spell

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -x
44
use_tofi() {
5-
args=()
5+
args=(--fuzzy-match=true)
66
[ "$prompt" ] && args+=(--prompt "$prompt ")
77
[ "$bg_color" ] && args+=(--background-color "${bg_color}DD")
88
[ "$text_color" ] && args+=(--text-color "$text_color")

0 commit comments

Comments
 (0)