{"id":17001642,"url":"https://github.com/shresht7/dayshift","last_synced_at":"2026-01-19T08:32:17.610Z","repository":{"id":236474906,"uuid":"792684144","full_name":"Shresht7/DayShift","owner":"Shresht7","description":null,"archived":false,"fork":false,"pushed_at":"2024-04-30T17:19:15.000Z","size":77,"stargazers_count":0,"open_issues_count":9,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-14T02:47:40.380Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Shresht7.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"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}},"created_at":"2024-04-27T09:15:57.000Z","updated_at":"2024-04-30T17:19:23.000Z","dependencies_parsed_at":"2024-04-27T10:25:47.087Z","dependency_job_id":"c55e54b3-39f6-46a7-b1af-6986327a9ee6","html_url":"https://github.com/Shresht7/DayShift","commit_stats":null,"previous_names":["shresht7/dayshift"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shresht7%2FDayShift","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shresht7%2FDayShift/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shresht7%2FDayShift/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shresht7%2FDayShift/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Shresht7","download_url":"https://codeload.github.com/Shresht7/DayShift/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247773743,"owners_count":20993633,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":"2024-10-14T04:25:38.552Z","updated_at":"2026-01-19T08:32:17.598Z","avatar_url":"https://github.com/Shresht7.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DayShift\n\n\u003ch3 align=\"center\"\u003e\n⚠️ WORK IN PROGRESS ⚠️\n\u003c/h3\u003e\n\n---\n\nDynamically change wallpapers based on the time of the day.\n\n## ⭐ Features\n\n- Change wallpapers based on the time of the day\n- Fully configurable\n\n## ⚙️ Configuration\n\nWhile you don't need to provide a configuration file, you can create a `dayshift.config.json` file in the theme's directory to customize the behaviour of the theme.\n\n```json\n[\n    {\n        \"start\": \"08:00\",\n        \"duration\": 12,\n        \"path\": \"day/*.png\",\n        \"mode\": \"sequential\"\n    },\n    {\n        \"start\": \"20:00\",\n        \"duration\": 12,\n        \"path\": \"night/*.png\",\n        \"mode\": \"sequential\"\n    }\n]\n```\n\nThe configuration defines **two** time-frames for the theme. The first time-frame starts at `8:00 AM` and lasts for `12 hours`. During this time, a random wallpaper will be selected from the `day` directory. The second time-frame starts at `8:00 PM` and lasts for `12 hours`. During this time, the wallpapers will be selected from the `night` directory **in order**.\n\nYou can create as many time-frames as you want!\n\n### Configuration Options\n\n- `start`: The time when the time-frame starts. The time should be in `HH:MM` format.\n- `duration`: The duration of the time-frame in hours.\n- `path`: The path to the wallpaper(s) to be used during the time-frame. You can use wildcards (glob patterns) to select multiple wallpapers.\n- `mode`: The mode to use when selecting wallpapers. The following modes are available:\n  - `random`: Select a random wallpaper from the directory.\n  - `sequential`: Select wallpapers in order from the directory.\n\n## 📄 License\n\nThis project is licensed under the [MIT License](LICENSE) - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshresht7%2Fdayshift","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshresht7%2Fdayshift","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshresht7%2Fdayshift/lists"}