{"id":15148680,"url":"https://github.com/thexhr/ctempd","last_synced_at":"2026-02-22T20:37:38.822Z","repository":{"id":65276152,"uuid":"589003868","full_name":"thexhr/ctempd","owner":"thexhr","description":"Small daemon to set screen temperature automatically","archived":false,"fork":false,"pushed_at":"2023-07-14T16:12:16.000Z","size":43,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-07T04:31:31.153Z","etag":null,"topics":["c","color-temperature","daemon","openbsd","redshift","screen","temperature","x11"],"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/thexhr.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":"2023-01-14T18:45:41.000Z","updated_at":"2024-06-18T20:30:28.000Z","dependencies_parsed_at":"2024-11-02T08:41:26.169Z","dependency_job_id":"17936094-379b-47db-852d-837e16c01a66","html_url":"https://github.com/thexhr/ctempd","commit_stats":{"total_commits":31,"total_committers":2,"mean_commits":15.5,"dds":"0.032258064516129004","last_synced_commit":"47bf2d327f079d1de99fe3de96d813fcf94e8f09"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/thexhr/ctempd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thexhr%2Fctempd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thexhr%2Fctempd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thexhr%2Fctempd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thexhr%2Fctempd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thexhr","download_url":"https://codeload.github.com/thexhr/ctempd/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thexhr%2Fctempd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281410758,"owners_count":26496368,"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","status":"online","status_checked_at":"2025-10-28T02:00:06.022Z","response_time":60,"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":["c","color-temperature","daemon","openbsd","redshift","screen","temperature","x11"],"created_at":"2024-09-26T13:21:39.288Z","updated_at":"2025-10-28T08:52:00.893Z","avatar_url":"https://github.com/thexhr.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Screen Color Temperature Changing Daemon\n\nSmall daemon to set screen temperature.  ctempd can either set the screen's temperature once with the -s option or run in the background and set the\nscreen's temperature automatically based on the time of day.\n\n## Features\n\n* Set screen temperature continuously in the background\n* Set screen temperature once\n\n## Installation\n\nctempd is written in C and known to work on the operating systems listed in the table below.  To compile it you need the following things:\n\n* A recent C compiler (tested with both clang \u003e= 11 and GCC \u003e= 8)\n* make (tested with both BSD and GNU make)\n* [libXrandr](https://www.x.org/wiki/libraries/libxrandr/)\n* [libX11 core development libraries](https://www.x.org/releases/current/doc/libX11/libX11/libX11.html)\n\n### Dependencies\n\nInstall the dependencies as follows:\n\n| Operating System | Commands and Notes |\n| --- | --- |\n| FreeBSD | `pkg install xorg` |\n| OpenBSD | All installed by default |\n| Ubuntu | `apt install build-essential libxrandr-dev` |\n| Void Linux| `xbps-install gcc make libXrandr-devel libX11-devel` |\n\n### Compilation and Installation\n\nBy default, the `Makefile` looks for external includes and libraries in `/usr/local/{include,lib}`, `/usr/X11R6/{include,lib}`.  If your distribution uses special path, you have to modify the Makefile accordingly.\n\nCompile and install with the following commands:\n\n```\n$ make\n# make install\n```\n\n## Usage\n\nLet ctempd automatically adapt the screen temperature based on the time of day.  The highest temperature at noon is 5400K:\n\n```\n$ ctempd 5400\n```\n\nctempd logs via syslog, you can check the current temperature in your system's log messages.\n\nSet the screen temperature to 3200K once.\n\n```\n$ ctempd -s 3200\n```\n\n## License\n\nisscrolls was written by Matthias Schmidt and is public domain.  The algorithm to set the screen temperature was written by Ted Unangst and is also public domain.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthexhr%2Fctempd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthexhr%2Fctempd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthexhr%2Fctempd/lists"}