{"id":50562993,"url":"https://github.com/3xpyth0n/dotday","last_synced_at":"2026-06-04T12:30:26.984Z","repository":{"id":347884960,"uuid":"1194735647","full_name":"3xpyth0n/dotday","owner":"3xpyth0n","description":"A minimal dynamic wallpaper that tracks your day through dots.","archived":false,"fork":false,"pushed_at":"2026-03-29T21:42:05.000Z","size":543,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-30T00:44:42.370Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/3xpyth0n.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"buy_me_a_coffee":"expyth0n","github":["3xpyth0n"]}},"created_at":"2026-03-28T18:39:42.000Z","updated_at":"2026-03-29T21:42:09.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/3xpyth0n/dotday","commit_stats":null,"previous_names":["3xpyth0n/dotday"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/3xpyth0n/dotday","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3xpyth0n%2Fdotday","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3xpyth0n%2Fdotday/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3xpyth0n%2Fdotday/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3xpyth0n%2Fdotday/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/3xpyth0n","download_url":"https://codeload.github.com/3xpyth0n/dotday/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3xpyth0n%2Fdotday/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33905358,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-04T02:00:06.755Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-04T12:30:26.142Z","updated_at":"2026-06-04T12:30:26.977Z","avatar_url":"https://github.com/3xpyth0n.png","language":"Python","funding_links":["https://buymeacoffee.com/expyth0n","https://github.com/sponsors/3xpyth0n"],"categories":[],"sub_categories":[],"readme":"DotDay — a minimal dynamic wallpaper that shows the current month and day as a dot grid.\n\n![License](https://img.shields.io/badge/license-AGPL--3.0-blue) ![Python](https://img.shields.io/badge/python-3.11%2B-blue?logo=python)\n\n\u003cp align=\"center\"\u003e\u003cimg src=\"assets/preview.gif\" alt=\"preview\" /\u003e\u003c/p\u003e\n\nWhat's this\n\n- Minimal, stylish wallpaper that doubles as a tiny dynamic calendar: a clean dot grid that highlights today.\n- Ultra‑customizable: colors, fonts, grid size and rendering options make it yours.\n- Lightweight and scriptable — renders one PNG per run and pairs with small \"setter\" plugins to apply it to your desktop.\n\nQuick start\n\nInstall (optional):\n\n```bash\npip install --user .\n```\n\nRender and apply now:\n\n```bash\npython dotday.py --apply\n```\n\nRender without applying:\n\n```bash\npython dotday.py --dry-run\n```\n\nCommon commands\n\n- `python dotday.py run` — render (add `--apply` to set wallpaper)\n- `python dotday.py install` — install user timer (systemd user)\n- `python dotday.py uninstall` — remove timer\n\nFlags you’ll use most\n\n- `-o/--output` — write the rendered PNG to this path (default: `~/.cache/dotday/wallpaper.png`). Accepts absolute paths or `~` expansion; parent directories are created when possible.\n- `--date YYYY-MM-DD` — render for a specific date\n- `--setter NAME` — override configured setter plugin\n- `--resolution WxH` — custom output size (e.g. `1920x1080`)\n- `--color-bg`, `--color-today`, `--color-past`, `--color-remaining` — temporary color overrides\n\nConfiguration \u0026 plugins\n\n- Start from [config.toml.example](config.toml.example) for all options.\n- Setter plugins live in `setters/`. See [SETTER_PLUGIN.md](SETTER_PLUGIN.md) for how to add one.\n\nDependencies \u0026 notes\n\n- Python 3.11+ recommended. Rendering requires `Pillow`; `numpy` is optional but improves gradients.\n- The `install` command configures a systemd user timer; make sure `systemd --user` is available on your platform.\n- In CI or non-interactive checks set `DOTDAY_CI=1` so `--check` tolerates missing system services.\n\nContributing\n\n- Want a new setter? Read [SETTER_PLUGIN.md](SETTER_PLUGIN.md) and drop a module in `setters/`.\n\nLicense\n\nAGPL-3.0 — see [LICENSE](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F3xpyth0n%2Fdotday","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F3xpyth0n%2Fdotday","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F3xpyth0n%2Fdotday/lists"}