{"id":35405088,"url":"https://github.com/potato-master369/desktop-gremlin-linux","last_synced_at":"2026-02-12T12:30:51.046Z","repository":{"id":331232049,"uuid":"1125301292","full_name":"potato-master369/desktop-gremlin-linux","owner":"potato-master369","description":"A fork of Desktop_Gremlin made for linux, initially meant for learning Xlib with C","archived":false,"fork":false,"pushed_at":"2026-01-09T12:08:37.000Z","size":12487,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-13T19:49:38.411Z","etag":null,"topics":["c","desktop-customization","eyecandy","umamusume"],"latest_commit_sha":null,"homepage":"","language":"C","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/potato-master369.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-30T13:37:47.000Z","updated_at":"2026-01-09T12:08:40.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/potato-master369/desktop-gremlin-linux","commit_stats":null,"previous_names":["potato-master369/desktop-gremlin-linux"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/potato-master369/desktop-gremlin-linux","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/potato-master369%2Fdesktop-gremlin-linux","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/potato-master369%2Fdesktop-gremlin-linux/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/potato-master369%2Fdesktop-gremlin-linux/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/potato-master369%2Fdesktop-gremlin-linux/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/potato-master369","download_url":"https://codeload.github.com/potato-master369/desktop-gremlin-linux/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/potato-master369%2Fdesktop-gremlin-linux/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29366252,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T08:51:36.827Z","status":"ssl_error","status_checked_at":"2026-02-12T08:51:26.849Z","response_time":55,"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":["c","desktop-customization","eyecandy","umamusume"],"created_at":"2026-01-02T12:40:18.053Z","updated_at":"2026-02-12T12:30:51.034Z","avatar_url":"https://github.com/potato-master369.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# desktop-gremlin-linux\n\nA fork of Desktop_Gremlin made for linux, initially meant for learning Xlib with C\n\n## Prerequisites\n* a C compiler supporting at least C99 (you probably already have this try typing `gcc` or `clang`)\n* Xlib (you probably also have this preinstalled)\n* X11 (it should in theory run fine under XWayland but I never checked)\n* an X11 compositor with alpha support\n\n## build\nTo build the thing, just run:\n`git clone https://github.com/potato-master369/desktop-gremlin-linux`\n\n~~`clang dynamic.c -lX11 -lXpm -lXext -lm -o 'Manhattan Cafe'`~~\n\n`make` (as of 2.1.0)\n*feel free to replace clang with a `cc` of your choice and change dynamic.c to any of the .c files (feel free to change the -o as well it doesnt have to be called that. ~~use `-o jukebox` on `jukebox.c` for it to work with v1~~)*\n\n~~`cp ./desktop-gremlin-assets ~/Desktop`~~\n~~Copy the assets folder to the desktop - required for the program to function properly, without which it is undefined behaviour.~~\n\n## Install\n\n(as of 2.3.0)\nYou can install `desktop-gremlin-linux` using `make install`. This will copy the assets and config as well.\n## Configuration\n`vim ~/Desktop/desktop-gremlin-assets/gremlin_config.ini` (For \u0026lt;2.3.0)\n`vim ~/.local/share/desktop-gremlin-linux/gremlin_config.ini` (For 2.3.0+)\nSeveral options are listed inside the file.\n\n-----\n## FAQ\n\u003e Are you gonna add more features?\n\nyeah, I would love to follow `Desktop_Gremlin` in terms of general direction, but I'd also like to add my own features, and/or remove features if I deem them bad or just find them difficult to port over to Xlib + C.\n\u003e When is v3?\n\nIdk bro\n\u003e Are you gonna be working on this forever?\n\nno but it's a passion project so I'll check back on it once in a while\n\n## Thanks to:\n* [KirtValesco](https://github.com/KurtVelasco) for the [original](https://github.com/KurtVelasco/Desktop_Gremlin), inspiration, and assets (sowwy for stealing them I can't figure umaViewer out)\n* ImageMagick team: ~~stealing~~ repurposing KurtValesco's assets would have been impossible without this umazing (pun intended) tool.\n* Ben Hoyt for INIH\n* and of course, YOU for being interested in this project of mine!\n\n# future to-do\n~~* mimic drag features~~\n* add sound\n* figure UmaViewer out so I can get assets for more characters (and/or just steal more from the [original](https://github.com/KurtVelasco/Desktop_Gremlin))\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpotato-master369%2Fdesktop-gremlin-linux","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpotato-master369%2Fdesktop-gremlin-linux","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpotato-master369%2Fdesktop-gremlin-linux/lists"}