Compare commits
4 Commits
95353dca98
...
13d2513b7d
Author | SHA1 | Date | |
---|---|---|---|
13d2513b7d | |||
3f0198397d | |||
f1d2c99487 | |||
92c4888e8d |
3
James' Things/foundry patches/loginmusic.sh
Normal file
3
James' Things/foundry patches/loginmusic.sh
Normal file
@ -0,0 +1,3 @@
|
||||
# Add Music to the login screen
|
||||
Video="<center><iframe width='560' height='315' src='https://www.youtube-nocookie.com/embed/ZjQZxqTipHM?autoplay=1&controls=0&loop=1' title='Background Music' frameborder='0' allow='autoplay;'></iframe></center>"
|
||||
echo "$Video" >> /home/foundry/resources/app/templates/setup/join-game.html
|
@ -16,6 +16,8 @@ sed -i -e 's+width: 400px !important;+width: 90% !important;backdrop-filter: blu
|
||||
|
||||
# Append to the Foundry Style.css
|
||||
cat ./foundry_login.css >> /home/foundry/resources/app/public/css/style.css
|
||||
rm ./foundry_login.css
|
||||
|
||||
|
||||
# Note: this is how dockerized Foundry likes to handle the sed... or linux... whatever it's a note, don't read into it
|
||||
#sed -i -e 's+A+B+g' ./foundry_login.css
|
Loading…
Reference in New Issue
Block a user