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
anachronorfcronor the standardcrondaemon if your computer is running 24/7) -
- When using
anachronsymlink your scirpt to/etc/cron.daily(this will ensure that the script is run every day) - When using
fcronrunfcrontab -eand add this line2 0 * * * /path/to/script - When using the standard
cronruncrontab -eand add this line2 0 * * * /path/to/script
- When using
- Enjoy!