{"id":25013944,"url":"https://github.com/duckfromdiscord/univeme","last_synced_at":"2025-06-30T02:37:05.838Z","repository":{"id":274532779,"uuid":"880113558","full_name":"duckfromdiscord/univeme","owner":"duckfromdiscord","description":"universally theme many programs at once","archived":false,"fork":false,"pushed_at":"2025-01-27T22:37:28.000Z","size":15,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-30T05:12:30.241Z","etag":null,"topics":["cursor-theme","firefox-addon","firefox-theme","ledfx","openrgb","rgb","themes","wled"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/duckfromdiscord.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":"2024-10-29T06:18:18.000Z","updated_at":"2025-02-05T03:22:17.000Z","dependencies_parsed_at":"2025-01-27T22:22:19.580Z","dependency_job_id":"1132b6d4-d33b-468f-bfd5-f8a958234cf9","html_url":"https://github.com/duckfromdiscord/univeme","commit_stats":null,"previous_names":["duckfromdiscord/univeme"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/duckfromdiscord/univeme","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duckfromdiscord%2Funiveme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duckfromdiscord%2Funiveme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duckfromdiscord%2Funiveme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duckfromdiscord%2Funiveme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/duckfromdiscord","download_url":"https://codeload.github.com/duckfromdiscord/univeme/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duckfromdiscord%2Funiveme/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262699899,"owners_count":23350390,"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":["cursor-theme","firefox-addon","firefox-theme","ledfx","openrgb","rgb","themes","wled"],"created_at":"2025-02-05T07:16:55.495Z","updated_at":"2025-06-30T02:37:05.803Z","avatar_url":"https://github.com/duckfromdiscord.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# univeme\n\n*the **univ**ersal th**eme** tool*\n\nA tool to theme many programs at once. More programs will be added over time.\n\n## Support\n\n- [LedFx](https://github.com/LedFx/LedFx) scenes (control your computer or even the entire house with OpenRGB, WLED, and more!)\n- Firefox themes (through [pprefox](https://github.com/duckfromdiscord/pprefox))\n- Windows themes, and light/dark schemes - not fully tested\n- Windows cursors!\n- Wallpaper engine wallpapers\n\n## Config\n\nConfigs for univeme are written in the `.toml` format. Each module you want to use will have configuration here, but since you can technically have more than one of each module, they're defined as arrays. All that means is that you need to use `[[double brackets]]` around the name of your module when defining its use in a preset. That way, you're allowed to configure multiple at once.\n\nIt's preferred you give, at the very least, a `name` and `author` as global variables in your preset.\n\nIt's also preferred that you add a `comment` to each module with URLs for a user to download and install anything that each module needs to select its theme. For example, links to Firefox themes, or Steam Workshop links for Wallpaper Engine wallpapers.\n\nFull preset examples, with URLs inside, are in the `example_configs` folder in this repository.\n\n### Wallpaper engine\n\nIt's important that you define Wallpaper Engine wallpapers in terms of their monitor IDs. Also, if you do not define a wallpaper name, the wallpaper on the desktop ID you selected will be removed.\n\n```toml\n# This will apply to desktop ID 0.\n[[wpeng]]\ncomment = \"https://steamcommunity.com/sharedfiles/filedetails/?id=some_id\"\ndesktop_id = 0\nname = \"name of wallpaper\"\n\n[[wpeng]]\ncomment = \"This would remove a wallpaper from desktop ID 1.\"\ndesktop_id = 1\n```\n\n### Firefox\nYou must define a `theme_name`. There is no default theme in Firefox since there is light and dark mode.\n\n```toml\n[[pprefox]]\ncomment = \"https://addons.mozilla.org/en-US/firefox/addon/...\"\nendpoint = \"http://127.0.0.1:8080/\"\ntheme_name = \"...\"\n```\n\n### Windows\nSetting a cursor scheme:\n```toml\n[[windows]]\ncomment = \"...\"\ncursor_scheme = \"...\"\n```\n\n### Ledfx\nNot setting a `scene_name` will deactivate all scenes.\n```toml\n[[ledfx]]\nendpoint = \"http://127.0.0.1:8888/\"\nscene_name = \"...\"\n```\n\n## Linux use\n\nIt compiles on Linux, but you cannot use Wallpaper Engine, and of course not the Windows-specific settings. Firefox themes through `pprefox` won't work since you cannot install with `natemess` on Linux yet.\n\nYou will need the usual Linux packages, for Ubuntu they are installed with `sudo apt install pkg-config libssl-dev`.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduckfromdiscord%2Funiveme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fduckfromdiscord%2Funiveme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduckfromdiscord%2Funiveme/lists"}