{"id":26921851,"url":"https://github.com/jeebuscrossaint/wart","last_synced_at":"2026-02-27T23:40:50.016Z","repository":{"id":278609300,"uuid":"934546522","full_name":"jeebuscrossaint/wart","owner":"jeebuscrossaint","description":"wallpaper art fetcher and applier for like idk linux maybe bsd","archived":false,"fork":false,"pushed_at":"2025-05-05T00:39:44.000Z","size":41,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-05T01:32:22.484Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jeebuscrossaint.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":"2025-02-18T02:36:31.000Z","updated_at":"2025-05-05T00:39:47.000Z","dependencies_parsed_at":"2025-04-01T23:39:01.002Z","dependency_job_id":"ec6f59e8-6432-4c67-9a10-cd47a7d5f539","html_url":"https://github.com/jeebuscrossaint/wart","commit_stats":null,"previous_names":["jeebuscrossaint/wart"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jeebuscrossaint/wart","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeebuscrossaint%2Fwart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeebuscrossaint%2Fwart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeebuscrossaint%2Fwart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeebuscrossaint%2Fwart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jeebuscrossaint","download_url":"https://codeload.github.com/jeebuscrossaint/wart/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeebuscrossaint%2Fwart/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29919200,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T19:37:42.220Z","status":"ssl_error","status_checked_at":"2026-02-27T19:37:41.463Z","response_time":57,"last_error":"SSL_read: 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":[],"created_at":"2025-04-01T23:38:56.413Z","updated_at":"2026-02-27T23:40:50.001Z","avatar_url":"https://github.com/jeebuscrossaint.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# wart\n*a wallpaper fetcher and applier for linux \u0026 bsd*\n\n## Why does this exist\nI like the microsoft bing wallpapers as much as people crap on microsoft whoever they have taking those pictures are doing great and I wanted to have them on linux too so I just wrote this program in C++ to do it for me.\n\n## How does it work?\nIt downloads a wallpaper from like an api you can read more about here: [https://github.com/TimothyYe/bing-wallpaper](TimothyYe/bing-wallpaper) and then it sets the wallpaper based on whatever the desktop environment is or through a method of your choice in the config file. You can also add hooks like pywal to change the colorscheme of your terminal and other applications.\n\n## How do I use it?\nIt is on the AUR or you can compile it yourself the dependencies are [https://github.com/nlohmann/json](nlohmann/json) and [https://github.com/curl/curl](libcurl) and you can compile it with `make` and install it with `make install` or `make install PREFIX=/usr` if you want to install it to /usr instead of /usr/local. You also need CMake of course.\n```\ngit clone https://github.com/jeebuscrossaint/wart.git\ncd wart\ncmake -S . -B build\ncd build\nmake\n```\n\n## How do I configure it?\nYou can configure it by either creating the config file in ~/.wart/wartrc or by just running wart which on start will create a default config file if none exists. It is very easy to understand.\n\n## License\n```\nBSD 2-Clause License\n\nCopyright (c) 2025, Amarnath P.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n\n1. Redistributions of source code must retain the above copyright notice, this\n   list of conditions and the following disclaimer.\n\n2. Redistributions in binary form must reproduce the above copyright notice,\n   this list of conditions and the following disclaimer in the documentation\n   and/or other materials provided with the distribution.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\nAND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\nFOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\nDAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\nSERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\nCAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\nOR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\nOF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeebuscrossaint%2Fwart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjeebuscrossaint%2Fwart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeebuscrossaint%2Fwart/lists"}