New backup 2025-08-22 08:30:01

This commit is contained in:
Penelope Gwen 2025-08-22 08:30:01 -07:00
parent efceda4346
commit b436b558e2
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
; 'scripts/home/nowplaying-title.sh')
;(deflisten nowplaying_artist :initial ""
; 'scripts/home/nowplaying-artist.sh')
(deflisten nowplaying_info :initial ""
(deflisten nowplaying_info :initial '{"status":"","artist":"","title":""}'
'scripts/home/nowplaying.sh')

View file

@ -1,3 +1,3 @@
#!/usr/bin/env bash
jq '.' ~/Documents/Reminders/urls.json
jq '.[].[]|select(.enabled==true)' ~/Documents/Reminders/urls.json