{"id":15031820,"url":"https://github.com/evanpurkhiser/refind-minimal","last_synced_at":"2025-04-11T11:48:23.817Z","repository":{"id":9457153,"uuid":"11338015","full_name":"evanpurkhiser/rEFInd-minimal","owner":"evanpurkhiser","description":"A stunningly clean theme for the rEFInd UEFI boot manager.","archived":false,"fork":false,"pushed_at":"2024-07-07T21:02:05.000Z","size":3526,"stargazers_count":2092,"open_issues_count":10,"forks_count":226,"subscribers_count":21,"default_branch":"main","last_synced_at":"2025-04-03T14:08:23.529Z","etag":null,"topics":["bootloader","linux","refind","refind-theme","theme","uefi"],"latest_commit_sha":null,"homepage":"https://evanpurkhiser.com/rEFInd-minimal/","language":null,"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/evanpurkhiser.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":"2013-07-11T09:24:14.000Z","updated_at":"2025-03-31T14:26:29.000Z","dependencies_parsed_at":"2023-01-13T15:22:17.733Z","dependency_job_id":"f5c6dd75-c3c0-47b0-940a-d3630bc9a82c","html_url":"https://github.com/evanpurkhiser/rEFInd-minimal","commit_stats":{"total_commits":55,"total_committers":22,"mean_commits":2.5,"dds":0.4545454545454546,"last_synced_commit":"cbebdb063072d4b1abfc0eef6bac26e9273abdf1"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evanpurkhiser%2FrEFInd-minimal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evanpurkhiser%2FrEFInd-minimal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evanpurkhiser%2FrEFInd-minimal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evanpurkhiser%2FrEFInd-minimal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/evanpurkhiser","download_url":"https://codeload.github.com/evanpurkhiser/rEFInd-minimal/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248388636,"owners_count":21095424,"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":["bootloader","linux","refind","refind-theme","theme","uefi"],"created_at":"2024-09-24T20:16:41.201Z","updated_at":"2025-04-11T11:48:23.766Z","avatar_url":"https://github.com/evanpurkhiser.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"## Minimalistic rEFInd theme\n\n[rEFInd](http://www.rodsbooks.com/refind/) is an easy to use boot manager for UEFI\nbased systems. This is a clean and minimal theme for it.\n\n![rEFInd Minimalistic](http://i.imgur.com/3bMG6U7.png)\n\n### Usage\n\n 1. Locate your refind EFI directory. This is commonly `/boot/EFI/refind`\n    though it will depend on where you mount your ESP and where rEFInd is\n    installed. `fdisk -l` and `mount` may help.\n\n 2. Create a folder called `themes` inside it, if it doesn't already exist\n\n 3. Clone this repository into the `themes` directory.\n\n 4. To enable the theme add `include themes/rEFInd-minimal/theme.conf` at the end of\n    `refind.conf`.\n\nHere's an example menuentry configuration (from the screenshot)\n\n```nginx\nmenuentry \"Arch Linux\" {\n\ticon /EFI/refind/themes/rEFInd-minimal/icons/os_arch.png\n\tloader vmlinuz-linux\n\tinitrd initramfs-linux.img\n\toptions \"rw root=UUID=dfb2919d-ff78-48db-a8a7-23f7542c343a loglevel=3\"\n}\n\nmenuentry \"Windows\" {\n\ticon /EFI/refind/themes/rEFInd-minimal/icons/os_win.png\n\tloader /EFI/Microsoft/Boot/bootmgfw.efi\n}\n\nmenuentry \"OSX\" {\n\ticon /EFI/refind/themes/rEFInd-minimal/icons/os_mac.png\n\tloader /EFI/Apple/Boot/bootmgfw.efi\n}\n```\n\nEntries that are autodetected should also show the proper icons.\n\n### Background sizes\n\nIf you find the background looks blurry it may be due to the included wallpaper\nbeing an incorrect resolution for your monitor. You can download the [original\nhigh quality wallpaper][wallpaper], resize it as appropriate, and replace the\n`background.png`.\n\nYou can of course also choose your own background!\n\n### Attribution\n\nThe OS icons are from [Lightness for burg][icons] by [SWOriginal][icon-author].\n\nThe background is [Minimalist Wallpaper][wallpaper] by\n[LeonardoAIanB][wallpaper-author]. Thank you to [Padster][padster] for locating\nit!\n\n[icons]: http://sworiginal.deviantart.com/art/Lightness-for-burg-181461810\n[icon-author]: http://sworiginal.deviantart.com/\n\n[padster]: https://github.com/theRealPadster\n[wallpaper]: http://leonardoalanb.deviantart.com/art/Minimalist-wallpaper-295519786\n[wallpaper-author]: http://leonardoalanb.deviantart.com/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevanpurkhiser%2Frefind-minimal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevanpurkhiser%2Frefind-minimal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevanpurkhiser%2Frefind-minimal/lists"}