Commit graph

4 commits

Author SHA1 Message Date
Petar Kapriš 001ac47315 Update module path to git.bonsai.cool/kayprish/ck 2024-07-21 00:36:02 +02:00
Petar Kapriš 62c969b015 Add style for "red letter" days in drw/drw.go 2024-07-15 19:43:08 +02:00
Petar Kapriš da53b8c6b6 Move style definitions from Main.go to drw.go 2022-03-04 17:08:30 +01:00
Petar Kapriš 9fa8301ba6 Split project into several packages
The source code of the project has been split up into several packages,
each one pertaining to different aspects of the system. Currently there
is a main package, a drw package, containing all the funcitons
regarding the drawing of the calendar, and a util package containing
time-related project specific functions and general utility functions
for the project.
There are plenty of subsystems in the program which have not even been
developed yet, and new packages will be made pertaining to those. The
package tree may be heavily reorganized in the near future.
2021-11-30 20:14:45 +01:00