[STY] Add "barry" (white) theme #1

Open
Boris wants to merge 139 commits from axiom-team/astrXbian:master into boris
1 changed files with 6 additions and 3 deletions
Showing only changes of commit d4e820b393 - Show all commits

View File

@ -418,12 +418,15 @@ echo '[
{
"text": "",
"title": "'${TITLE}'",
"type": "'$MIME'",
"type": "'${MIME}'",
"cat": "'${CAT}'",
"mediakey": "'${MEDIAKEY}'",
"ipns": "'${IPNS}'",
"tags": "$:/isAttachment $:/isIpfs",
"_canonical_uri": "/ipfs/'$IPFSREPFILEID'/'$URLENCODE_FILE_NAME'"
"_canonical_uri": "/ipfs/'${IPFSREPFILEID}'/'${URLENCODE_FILE_NAME}'"
}
]
' > ~/astroport/${TYPE}/${REFERENCE}/${MEDIAKEY}.tiddler.json
' > ~/astroport/${TYPE}/${REFERENCE}/${MEDIAKEY}.dragdrop.json
fi