-
Notifications
You must be signed in to change notification settings - Fork 2
Wallpapers
eturk edited this page Feb 27, 2012
·
2 revisions
Wallpapers are the background for the clock. The following criteria is considered when selecting a background.
- How distracting is it? If it is a video and it's moving a lot, you might not want it.
- Size. It will only show a 1024 by 800 block of the image (from the top-right). If it's huge and the focal point is in the center, you won't see it.
- Color. The text of the time and date is white, so if it is too bright, you can't see it.
You can create and activate a new wallpaper by doing the following.
- Click "Wallpapers" in the main navigation (top-right).
- Fill in a name for the wallpaper.
- Select a file. Supported file types are
*.jpg
,*.gif
, and*.png
. - Click "Create". It will take a little bit to upload the file.
- Click "Activate" on the wallpaper to use it.
- Click "Home" and then "Refresh".
On certain occasions, it may be worth it to use a video as the wallpaper. Please choose something appropriate and get the URL of it.
This is very hacky and a work in progress. If you're not comfortable, don't attempt this.
With one of the Macs, SSH into the clock.
ssh -l clock [email protected]
cd /var/www/fhsclock
cd public/videos
wget [URL]
cd ../..
nano .fhsclock.yml
Change the video:
portion to reflect the files.
./bin/start
To get rid of any merge conflicts in the future, revert the current tree.
git stash
git stash clear