-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,13 @@ | ||
# Invoke plugins here to populate the cache | ||
python3 -m plugins.xkcd 480x480 # Presto (Full Res) | ||
python3 -m plugins.xkcd 800x480 # Inky 7.3" | ||
python3 -m plugins.xkcd 600x448 # Inky 5.7" | ||
python3 -m plugins.xkcd 640x400 # Inky 4.0" | ||
python3 -m plugins.jokeapi 480x480 $1 # Presto (Full Res) | ||
python3 -m plugins.jokeapi 800x480 $1 # Inky 7.3" | ||
python3 -m plugins.jokeapi 600x448 $1 # Inky 5.7" | ||
python3 -m plugins.jokeapi 640x400 $1 # Inky 4.0" | ||
python3 -m plugins.nasa_apod 480x480 # Presto (Full Res) | ||
python3 -m plugins.nasa_apod 800x480 # Inky 7.3" | ||
python3 -m plugins.nasa_apod 600x448 # Inky 5.7" | ||
python3 -m plugins.nasa_apod 640x400 # Inky 4.0" |