New backup 2025-08-22 08:30:01
This commit is contained in:
parent
efceda4346
commit
b436b558e2
2 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
; 'scripts/home/nowplaying-title.sh')
|
; 'scripts/home/nowplaying-title.sh')
|
||||||
;(deflisten nowplaying_artist :initial ""
|
;(deflisten nowplaying_artist :initial ""
|
||||||
; 'scripts/home/nowplaying-artist.sh')
|
; 'scripts/home/nowplaying-artist.sh')
|
||||||
(deflisten nowplaying_info :initial ""
|
(deflisten nowplaying_info :initial '{"status":"","artist":"","title":""}'
|
||||||
'scripts/home/nowplaying.sh')
|
'scripts/home/nowplaying.sh')
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
jq '.' ~/Documents/Reminders/urls.json
|
jq '.[].[]|select(.enabled==true)' ~/Documents/Reminders/urls.json
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue