{"id":20096355,"url":"https://github.com/nomad-software/screensaver","last_synced_at":"2026-03-05T12:32:38.553Z","repository":{"id":64940558,"uuid":"571739355","full_name":"nomad-software/screensaver","owner":"nomad-software","description":"A simple Linux screensaver framework","archived":false,"fork":false,"pushed_at":"2025-07-03T17:52:50.000Z","size":72176,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-09T21:39:08.089Z","etag":null,"topics":["go","golang","linux","screensaver"],"latest_commit_sha":null,"homepage":"","language":"Go","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/nomad-software.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,"zenodo":null}},"created_at":"2022-11-28T19:33:23.000Z","updated_at":"2025-07-03T17:52:53.000Z","dependencies_parsed_at":"2024-06-20T00:22:16.944Z","dependency_job_id":"b0e1adfb-1a7d-4594-a37c-d8367c8960f9","html_url":"https://github.com/nomad-software/screensaver","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nomad-software/screensaver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nomad-software%2Fscreensaver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nomad-software%2Fscreensaver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nomad-software%2Fscreensaver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nomad-software%2Fscreensaver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nomad-software","download_url":"https://codeload.github.com/nomad-software/screensaver/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nomad-software%2Fscreensaver/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30124474,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T11:11:57.947Z","status":"ssl_error","status_checked_at":"2026-03-05T11:11:29.001Z","response_time":93,"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":["go","golang","linux","screensaver"],"created_at":"2024-11-13T16:58:37.062Z","updated_at":"2026-03-05T12:32:38.541Z","avatar_url":"https://github.com/nomad-software.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# screensaver\n\nA simple Linux screensaver framework\n\n## Prerequisites\n\n* This is a Linux only screensaver framework.\n* To run the launcher you will need to use [Gnome](https://www.gnome.org/) as your desktop environment.\n    * This is because the input detection is currently handled by [Mutter](https://mutter.gnome.org/).\n    * [X11](https://www.x.org/wiki/) and [Wayland](https://wayland.freedesktop.org/) are supported.\n* A working Go and C compiler and installed Raylib dependencies.\n    * https://go.dev\n    * https://github.com/gen2brain/raylib-go#requirements\n\n## How it works\n\nThis framework is composed of multiple parts, a launcher, multiple savers and a\ncommand tool to send commands to the launcher. The launcher is responsible for\nthe launching of the savers, while the savers themselves just draw something\nnice on-screen and exit when input is detected.\n\nThe launcher uses a timer, that when expired, will launch the defined\nexecutable. Any input will reset the timer and delay the launch.\n\n## Install\n\nJust run the `install.sh` script. This will compile and install the various binaries.\n\n## Add to startup\n\nUse [Tweaks](https://wiki.gnome.org/Apps/Tweaks) to add to start-up applications.\n\n### Application file\n\nYou may need to create a desktop launcher to be used with newer version of Tweaks.\nCreate a file containing the following and place in `~/local/share/applications`.\n\n```\n[Desktop Entry]\nType=Application\nName=Screensaver Launcher\nExec=screensaver-launcher -saver screensaver-digital-rain -timer 15m\n```\n\n### Example\n\n```\nscreensaver-launcher -timer 15m -saver screensaver-game-of-life \u003e /dev/null 2\u003e\u00261\n```\n\nIn this example you can see the `screensaver-game-of-life` saver is being\nexecuted after the timer expires but any executable can be launched.\n\n## Commands\n\nYou can use the command tool to send commands to the launcher to control its behaviour.\n\n| Command                         | Description                                         |\n|---------------------------------|-----------------------------------------------------|\n| `screensaver-command -reset`    | Reset the launcher timer.                           |\n| `screensaver-command -activate` | Expires the timer and activate the specified saver. |\n\n## Savers\n\n### `screensaver-digital-rain`\n\n![](screen/saver/digital_rain/assets/images/preview.gif)\n\n### `screensaver-game-of-life`\n\n![](screen/saver/game_of_life/assets/images/preview.gif)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnomad-software%2Fscreensaver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnomad-software%2Fscreensaver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnomad-software%2Fscreensaver/lists"}