Change the DPI to 100, add GPG subkey ID.

This commit is contained in:
Arija A. 2025-01-19 22:33:05 +00:00
parent ecdbae5268
commit b905991f01

View file

@ -54,10 +54,11 @@ AUTHORS: t.Tuple[str, ...] = (
"ari@ari.lt",
"B00bleaTeA",
"4FAD63E936B305906A6C4894A50D5B4B599AF8A2",
"A50D5B4B599AF8A2",
)
IGNORE_REPOS: t.Tuple[str, ...] = "dino-kernel", "sysvinit"
COLOUR: str = "#ffa647"
DPI: t.Final[int] = 200
DPI: t.Final[int] = 100
COMMIT_PAGE_LIMIT: t.Final[int] = 5 # Maximum commit pages (similar to UI)
COMMIT_YEARS: t.Final[int] = (
2 # How many years should the commit plot use in your commit history?