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

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

View File

@ -417,11 +417,11 @@ MIME=$(file --mime-type "$HOME/astroport/${TYPE}/${REFERENCE}/${file}" | cut -d
if [[ $(echo "$MIME" | grep 'video') ]]; then
TEXT="<video controls><source src='/ipfs/"${IPFSID}"' type='"${MIME}"'></video><h1>"${TITLE}"</h1>"
MIME="txt/html"
TAGS="${CAT}"
TAGS="${CAT} astroport"
CANON=''
else
TEXT=''
TAGS='$:/isAttachment $:/isIpfs '${CAT}
TAGS='$:/isAttachment $:/isIpfs astroport '${CAT}
CANON="/ipfs/"${IPFSID}
fi