https://github.com/numixproject/numix-calendar-icons
Dynamic calendar icons for Linux
https://github.com/numixproject/numix-calendar-icons
Last synced: 4 months ago
JSON representation
Dynamic calendar icons for Linux
- Host: GitHub
- URL: https://github.com/numixproject/numix-calendar-icons
- Owner: numixproject
- License: gpl-3.0
- Created: 2015-05-17T13:43:49.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-01-29T11:38:11.000Z (over 9 years ago)
- Last Synced: 2025-04-06T11:11:15.146Z (about 1 year ago)
- Language: Shell
- Size: 15.6 KB
- Stars: 4
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Calendar Icons
This script will change the calendar icons in the numix theme(s), to represent the current date.
## Usage
1. Download this script and place it somewhere.
2. Download and install a cron daemon (preferably `anachron` or `fcron` or the standard `cron` daemon if your computer is running 24/7)
3.
- When using `anachron` symlink your scirpt to `/etc/cron.daily` (this will ensure that the script is run every day)
- When using `fcron` run `fcrontab -e` and add this line `2 0 * * * /path/to/script`
- When using the standard `cron` run `crontab -e` and add this line `2 0 * * * /path/to/script`
4. Enjoy!