This script will change the calendar icons in the numix theme(s), to represent the current date.
- Download this script and place it somewhere.
- Download and install a cron daemon (preferably
anachron
orfcron
or the standardcron
daemon if your computer is running 24/7) -
- When using
anachron
symlink your scirpt to/etc/cron.daily
(this will ensure that the script is run every day) - When using
fcron
runfcrontab -e
and add this line2 0 * * * /path/to/script
- When using the standard
cron
runcrontab -e
and add this line2 0 * * * /path/to/script
- When using
- Enjoy!