{"id":51301001,"url":"https://github.com/mehedi-codes/refind-minimalistic","last_synced_at":"2026-06-30T19:41:41.911Z","repository":{"id":167822401,"uuid":"643449414","full_name":"mehedi-codes/refind-minimalistic","owner":"mehedi-codes","description":"This forked theme is modified version of refind-theme by kvnbias","archived":false,"fork":false,"pushed_at":"2023-05-23T01:26:13.000Z","size":8574,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-27T06:23:26.771Z","etag":null,"topics":["minimal","minimalistic","refind","refind-bootloader","refind-theme"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"kvnbias/refind-theme","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mehedi-codes.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":"2023-05-21T07:38:19.000Z","updated_at":"2026-06-03T19:29:28.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/mehedi-codes/refind-minimalistic","commit_stats":null,"previous_names":["iammrmehedi/refind-minimalistic-theme","devbytemehedi/refind-minimalistic-theme","mahdi-al-mutaallim/refind-minimalistic","mahdialmutaallim/refind-minimalistic","madebymehedi/refind-minimalistic","m3h3d1ha2an/refind-minimalistic","mehedi-codes/refind-minimalistic"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/mehedi-codes/refind-minimalistic","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehedi-codes%2Frefind-minimalistic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehedi-codes%2Frefind-minimalistic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehedi-codes%2Frefind-minimalistic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehedi-codes%2Frefind-minimalistic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mehedi-codes","download_url":"https://codeload.github.com/mehedi-codes/refind-minimalistic/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehedi-codes%2Frefind-minimalistic/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34981391,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-30T02:00:05.919Z","response_time":92,"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":["minimal","minimalistic","refind","refind-bootloader","refind-theme"],"created_at":"2026-06-30T19:41:40.598Z","updated_at":"2026-06-30T19:41:41.905Z","avatar_url":"https://github.com/mehedi-codes.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# rEFInd Minimalistic 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\u003eNOTE: This theme is forked and modified version of [refind-theme](https://github.com/kvnbias/refind-theme) by [kvnbias](https://github.com/kvnbias)\n\u003e\u003eThe original theme was  a combination of [rEFInd-minimal](https://github.com/EvanPurkhiser/rEFInd-minimal) and [refind-dreary](https://github.com/dheishman/refind-dreary).\n\n![rEFInd-Minimalistic-Theme](https://raw.githubusercontent.com/iammrmehedi/rEFInd-Minimalistic-Theme/main/screenshot.webp)\n\n## Installation\n\nFork this repository to you local directory by running the following command in terminal.\n\n```bash\ngit clone https://github.com/iammrmehedi/rEFInd-Minimalistic-Theme.git\n```\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-Minimalistic-Theme/theme.conf` at the end of\n    `refind.conf`.\n\nHere's an example menuentry configuration (from the screenshot)\n\n```text\nmenuentry \"Windows 11 Pro\" {\n icon \\EFI\\refind\\themes\\rEFInd-Minimalistic-Theme\\icons\\os_win11.png\n     loader \\EFI\\Microsoft\\Boot\\bootmgfw.efi\n}\nmenuentry \"Debian\" {\n    icon /EFI/refind/themes/rEFInd-Minimalistic-Theme/icons/os_debian.png\n    volume 53f60ca1-c118-4885-b66b-3f29039e5a43\n    loader /boot/vmlinuz-6.1.0-9-amd64\n    initrd /boot/initrd.img-6.1.0-9-amd64\n    options \"root=UUID=60ebb4c2-e9e3-4ba4-a0a8-f662d51d8b4d ro quiet nomodeset mitigations=off \"\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%2Fmehedi-codes%2Frefind-minimalistic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmehedi-codes%2Frefind-minimalistic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmehedi-codes%2Frefind-minimalistic/lists"}