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

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

View File

@ -415,7 +415,7 @@ then
MIME=$(file --mime-type "$HOME/astroport/${TYPE}/${REFERENCE}/${file}" | cut -d ':' -f 2 | cut -d ' ' -f 2)
if [[ $(echo "$MIME" | grep 'video') ]]; then
TEXT='<video height='${RES}'x width=100% controls preload=none><source src=/ipfs/'${IPFSID}' type='${MIME}'></video><h1>'${TITLE}'</h1>'
TEXT="<video controls><source src='/ipfs/"${IPFSID}"' type='"${MIME}"'></video><h1>"${TITLE}"</h1>"
MIME="txt/html"
TAGS="${CAT}"
CANON=''