{"id":15130576,"url":"https://github.com/nagilum/wallpaper-service","last_synced_at":"2026-01-18T11:42:32.860Z","repository":{"id":257008594,"uuid":"857070067","full_name":"nagilum/wallpaper-service","owner":"nagilum","description":"Simple Windows service to change wallpapers on multiple monitors on an interval","archived":false,"fork":false,"pushed_at":"2024-10-12T09:14:16.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T19:41:36.494Z","etag":null,"topics":["csharp","desktop","wallpaper","windows"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nagilum.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-09-13T18:36:02.000Z","updated_at":"2024-10-12T09:14:20.000Z","dependencies_parsed_at":"2024-09-14T09:50:31.764Z","dependency_job_id":"8c840c1c-518d-4858-a624-6daeca2d73ae","html_url":"https://github.com/nagilum/wallpaper-service","commit_stats":null,"previous_names":["nagilum/wallpaper-service"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nagilum/wallpaper-service","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nagilum%2Fwallpaper-service","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nagilum%2Fwallpaper-service/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nagilum%2Fwallpaper-service/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nagilum%2Fwallpaper-service/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nagilum","download_url":"https://codeload.github.com/nagilum/wallpaper-service/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nagilum%2Fwallpaper-service/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28535177,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T10:13:46.436Z","status":"ssl_error","status_checked_at":"2026-01-18T10:13:11.045Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["csharp","desktop","wallpaper","windows"],"created_at":"2024-09-26T03:02:41.931Z","updated_at":"2026-01-18T11:42:32.836Z","avatar_url":"https://github.com/nagilum.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WallpaperService\r\n\r\nSimple Windows service to change wallpapers on multiple monitors on an interval.\r\n\r\n## Settings\r\n\r\nConfiguration is done throught the `appsettings.json` file in the executable path.\r\n\r\n```json\r\n{\r\n    \"interval\": 3600,\r\n    \"paths\": [\"C:\\\\Wallpapers\"],\r\n    \"recursive\": true,\r\n    \"pattern\": \"*.jpeg\",\r\n    \"shuffle\": true\r\n}\r\n```\r\n\r\n### Interval\r\n\r\nInterval, in seconds. Defaults to `1800` seconds (30 minutes).\r\n\r\n### Paths\r\n\r\nPaths is a list of folders to get files from. At least one folder path is required.\r\n\r\n### Recursive\r\n\r\nWhether to scan for files recursively in each folder path given. Defaults to `false`.\r\n\r\n### Pattern\r\n\r\nPattern of files to match. Defaults to `*`.\r\n\r\n### Shuffle\r\n\r\nWhether to shuffle the files list. Defaults to `false`.\r\n\r\n## Credit\r\n\r\nUses the [IDesktopWallpaperWrapper](https://github.com/9eck0/IDesktopWallpaper-dotNet/) behind the scenes.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnagilum%2Fwallpaper-service","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnagilum%2Fwallpaper-service","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnagilum%2Fwallpaper-service/lists"}