7 lines
283 B
Plaintext
7 lines
283 B
Plaintext
# * - Wildcard/ Every interval
|
|
# , - multiple values separated by comma
|
|
# - - specify range between two numbers
|
|
# / Specify periodicity/frequency
|
|
#minute | hour | Day of Month | Month | Day of week command
|
|
*/1 * * * * DISPLAY=:0.0 feh --randomize --bg-center /home/brad/Pictures/*
|