dots


commit
e67c79e
parent
c2bccdc
author
xxwhirlpool
date
2025-10-05 15:04:00 -0400 EDT
misc
5 files changed,  +27, -1
M .gitignore
+5, -0
1@@ -24,3 +24,8 @@ config/.config/vdirsyncer/calendar_rockness/*
2 config/.config/vdirsyncer/calendars/kat/katcal/*
3 config/.local/bin/batman.sh
4 config/.local/bin/retroify
5+config/.config/vdirsyncer/calendars/
6+config/.local/bin/dotenv
7+config/.local/bin/icalendar
8+config/.local/bin/normalizer
9+config/.local/bin/x-wr-timezone
M config/.config/khal/config
+3, -0
1@@ -21,3 +21,6 @@ path = ~/.config/vdirsyncer/calendars/kat/katcal
2 
3 [[rockness]]
4 path = ~/.config/vdirsyncer/calendar_rockness/
5+
6+[[katmusic]]
7+path = ~/.config/vdirsyncer/calendars/katmusic/76e2e79f-639d-ea44-540e-2b6009b9b1fe
M config/.config/shmoji/emojis.txt
+1, -1
1@@ -2090,7 +2090,7 @@
2 🤲🏽 palms up together: medium skin tone
3 🤲🏾 palms up together: medium-dark skin tone
4 🤲🏿 palms up together: dark skin tone
5-🙏 folded hands
6+🙏 folded hands pray
7 🙏🏻 folded hands: light skin tone
8 🙏🏼 folded hands: medium-light skin tone
9 🙏🏽 folded hands: medium skin tone
M config/.config/vdirsyncer/config
+17, -0
 1@@ -35,6 +35,23 @@ url = "https://calendar.girlonthemoon.xyz/springpool/katcal/"
 2 username = "springpool"
 3 password.fetch = ["command", "cat", "~/.vcardpass"]
 4 
 5+[pair katmusic]
 6+a = "katmusic_local"
 7+b = "katmusic_remote"
 8+collections = ["from a", "from b"]
 9+metadata = ["displayname"]
10+
11+[storage katmusic_local]
12+type = "filesystem"
13+path = "~/.config/vdirsyncer/calendars/katmusic"
14+fileext = ".ics"
15+
16+[storage katmusic_remote]
17+type = "caldav"
18+url = "https://calendar.girlonthemoon.xyz/springpool/76e2e79f-639d-ea44-540e-2b6009b9b1fe/"
19+username = "springpool"
20+password.fetch = ["command", "cat", "~/.vcardpass"]
21+
22 [pair rockness]
23 a = "rockness_local"
24 b = "rockness_remote"
A scripts/Scripts/copymagnets_bookmarklet.js
+1, -0
1@@ -0,0 +1 @@
2+javascript:!function(a){var b=document.createElement("textarea"),c=document.getSelection();b.textContent=a,document.body.appendChild(b),c.removeAllRanges(),b.select(),document.execCommand("copy"),c.removeAllRanges(),document.body.removeChild(b)}(Array.from(document.querySelectorAll('a[href*="magnet:?"]')).join("\n\n"));