diff options
| author | Chris Wells <chris@mathematicaster.org> | 2026-03-25 08:55:56 -0500 |
|---|---|---|
| committer | Chris Wells <chris@mathematicaster.org> | 2026-03-25 08:55:56 -0500 |
| commit | 75ecc259e673fa4ae8ac437776033bfd4aa4f468 (patch) | |
| tree | fe7d1631ce1411daad43226d5c3ea56a813a0b9a /wallpapers.rem | |
| download | wallpapers-75ecc259e673fa4ae8ac437776033bfd4aa4f468.tar wallpapers-75ecc259e673fa4ae8ac437776033bfd4aa4f468.tar.gz wallpapers-75ecc259e673fa4ae8ac437776033bfd4aa4f468.tar.bz2 wallpapers-75ecc259e673fa4ae8ac437776033bfd4aa4f468.tar.lz wallpapers-75ecc259e673fa4ae8ac437776033bfd4aa4f468.tar.xz wallpapers-75ecc259e673fa4ae8ac437776033bfd4aa4f468.tar.zst wallpapers-75ecc259e673fa4ae8ac437776033bfd4aa4f468.zip | |
Initial commit
Diffstat (limited to 'wallpapers.rem')
| -rw-r--r-- | wallpapers.rem | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/wallpapers.rem b/wallpapers.rem new file mode 100644 index 0000000..969bb2b --- /dev/null +++ b/wallpapers.rem @@ -0,0 +1,55 @@ +FSET w(p) p + " > $BACKGROUND_IMAGE" +FSET d(p) w("find \"$WALLPAPER_DIR/" + p + "\" -type f | shuf -n 1") +FSET h(p) w("echo $WALLPAPER_DIR/holidays/" + p) + +REM RUN [d("other")] + +REM Dec RUN [d("december")] +REM Oct RUN [d("october")] + +# REM Jan RUN [d("jan")] +# REM Feb RUN [d("feb")] +# REM Mar RUN [d("mar")] +# REM Apr RUN [d("apr")] +# REM May RUN [d("may")] +# REM Jun RUN [d("jun")] +# REM Jul RUN [d("jul")] +# REM Aug RUN [d("aug")] +# REM Sep RUN [d("sep")] +# REM Oct RUN [d("oct")] +# REM Nov RUN [d("nov")] +# REM Dec RUN [d("dec")] + +# Save the number of triggers +SET SaveTrig $NumTrig + +REM Jan 1 RUN [h("new_years_day.jpg")] +REM Mon Jan 15 RUN [h("mlk.jpg")] +REM Feb 2 RUN [h("groundhog.jpg")] +REM Feb 14 RUN [h("valentine.jpg")] +REM Feb 29 RUN [h("leap.jpg")] + +REM Mar 17 RUN [h("patty.jpg")] + +REM Apr 1 RUN [h("fool.jpg")] + +REM May 5 RUN [h("cinco.png")] + +SET easter EASTERDATE(YEAR(TODAY())) +REM [easter-47] RUN [h("martigras.jpg")] +REM [easter] RUN [h("easter.png")] +REM Jul 4 RUN [h("independence_day.jpg")] + +REM Oct 30 RUN [h("beggar.jpg")] +REM Oct 31 RUN [h("halloween.jpg")] + +REM Thu Nov 22 RUN [h("thanksgiving.jpg")] + +REM Dec 24 RUN [h("christmas_eve.jpg")] +REM Dec 25 RUN [h("christmas_day.jpg")] + +REM Dec 31 RUN [h("new_years_eve.jpg")] + +# Friday the 13th +REM 12 SATISFY $Tw == 5 RUN [h("friday12.jpg")] +REM 13 SATISFY $Tw == 5 RUN [h("friday13.jpg")] |
