{"id":16938672,"url":"https://github.com/dsnet/wallchd","last_synced_at":"2026-05-17T19:32:47.347Z","repository":{"id":132959858,"uuid":"41657660","full_name":"dsnet/wallchd","owner":"dsnet","description":"Very simple wallpaper changing daemon for Gnome3 desktop environments.","archived":false,"fork":false,"pushed_at":"2015-09-08T20:08:54.000Z","size":164,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-21T05:43:28.109Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dsnet.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}},"created_at":"2015-08-31T05:33:53.000Z","updated_at":"2017-09-09T20:09:46.000Z","dependencies_parsed_at":"2023-03-10T01:37:23.117Z","dependency_job_id":null,"html_url":"https://github.com/dsnet/wallchd","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dsnet/wallchd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsnet%2Fwallchd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsnet%2Fwallchd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsnet%2Fwallchd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsnet%2Fwallchd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dsnet","download_url":"https://codeload.github.com/dsnet/wallchd/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsnet%2Fwallchd/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260994045,"owners_count":23094283,"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-13T21:01:46.728Z","updated_at":"2026-05-17T19:32:47.294Z","avatar_url":"https://github.com/dsnet.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gnome3 Wallpaper Changer Daemon #\n\n## Introduction ##\n\nA very simple wallpaper changing daemon designed to work with Gnome3. Most of\nthe wallpaper changing programs that I tried either failed to operate as a\ndaemon or required a GUI to configure. As such, I decided to write my own simple\nwallpaper changer daemon based around the command:\n```gsettings set org.gnome.desktop.background picture-uri file://image/path```\n\nThis script was developed until the point where \"it worked for me\". Much error\nchecking was ignored and a lot of assumptions were made throughout the code.\n\nI have no idea if this daemon will work on a multi-user desktop environment. For\none, I assumed there was only one user (id 1000) and hard-coded that user to be\nthe owner of the daemon in the init.d script.\n\nFeel free to modify the scripts as you see fit!\n\n\n## Files ##\n\n* **wallch**: Script to signal daemon to switch wallpapers\n* **wallchd**: Init.d script to start the wallchd service\n* **wallchd.json**: Configuration settings for wallchd\n* **wallchd.py**: The wallpaper changing daemon\n\n\n## Installation ##\n\n```bash\n# Be root to install\nsu\n\n# Download the archive\ncurl -L https://github.com/dsnet/wallchd/archive/master.tar.gz | tar -zxv\n\n# Move local copy\nSRC_ROOT=/usr/local/wallchd\nmv wallchd-master $SRC_ROOT\n\n# Update configuration file\nnano $SRC_ROOT/wallchd.json\n\n# Link scripts\nln -s $SRC_ROOT/wallch /usr/local/bin/\nln -s $SRC_ROOT/wallchd /etc/init.d/\n\n# Setup the daemon service\nupdate-rc.d wallchd defaults\nservice wallchd start\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdsnet%2Fwallchd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdsnet%2Fwallchd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdsnet%2Fwallchd/lists"}