From 54c214602e137d63ea45f08ccfb715fb7d0393a6 Mon Sep 17 00:00:00 2001 From: "James@STCH" Date: Wed, 1 Jun 2022 11:12:54 +0200 Subject: [PATCH] Documentation --- James' Things/foundrypatch.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/James' Things/foundrypatch.sh b/James' Things/foundrypatch.sh index e93583e..bb3e79c 100644 --- a/James' Things/foundrypatch.sh +++ b/James' Things/foundrypatch.sh @@ -1,3 +1,11 @@ +# Login Screen customisation + +## This downloads the Prettier Login Screen from github. +## SRC: wget https://raw.githubusercontent.com/TheEpicSnowWolf/Foundry-VTT-Prettier-Login-Screen/main/foundry_login.css + +# Replace the BASE64 Data with the DND Logo sed -i -e 's+url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=);+url("https://static.dnd.theepicsnowwolf.com/naoulan/foundry/dnd_logo.svg")+g' ./foundry_login.css + +# Append to the Foundry Style.css cat ./foundry_login.css >> /home/foundry/resources/app/public/css/style.css