Files

Files

Here is a brief description of files needed/generated by the naivecalendar

Function

File

Minimal : required

rofi command

/usr/share/naivecalendar/naivecalendar.sh

script called by rofi

/usr/share/naivecalendar/naivecalendar.py

rofi theme files

/usr/share/naivecalendar/themes/*.rasi

calendar content configuration

/usr/share/naivecalendar/themes/*.cfg

Installation & optional

system command

/usr/bin/naivecalendar

theme config editor command

/usr/share/naivecalendar/tools/naivecalendar-update-themes

theme event editor command

/usr/share/naivecalendar/tools/naivecalendar-add-event

manage config files command

/usr/share/naivecalendar/tools/naivecalendar-configure

custom actions

/usr/share/naivecalendar/global/custom_actions.cfg

scripts

/usr/share/naivecalendar/scripts/*”

events conf

/usr/share/naivecalendar/global/events.cfg

User themes : optional (overide installation conf file)

user theme files

~/.config/naivecalendar/themes/*.rasi

user content configuration

~/.config/naivecalendar/themes/*.cfg

user custom actions

~/.config/naivecalendar/global/custom_actions.cfg

user events conf

~/.config/naivecalendar/global/events.cfg

user scripts

~/.config/naivecalendar/scripts/*”

Event : editable

day notes path (default)

~/.naivecalendar_events/<event type>/<date format>.txt

Generated : cache

remember date throught loops

~/.cache/naivecalendar/date_cache.ini

pass date to bash when -p option

~/.cache/naivecalendar/pretty_print_cache.txt

remember theme after quitting

~/.cache/naivecalendar/theme_cache.txt

remember event type

~/.cache/naivecalendar/event_cache.txt

last rofi command log file

~/.cache/naivecalendar/rofi_log.txt

Build