{"id":19737726,"url":"https://github.com/indgy/refind-bsd-black","last_synced_at":"2025-08-21T15:12:50.188Z","repository":{"id":37968266,"uuid":"504162978","full_name":"indgy/refind-bsd-black","owner":"indgy","description":"A black rEFInd BSD icon theme for DragonFlyBSD, FreeBSD, GhostBSD, MidnightBSD, NetBSD, NomadBSD and OpenBSD.","archived":false,"fork":false,"pushed_at":"2024-08-17T10:27:31.000Z","size":352,"stargazers_count":36,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-28T05:55:34.974Z","etag":null,"topics":["refind-theme"],"latest_commit_sha":null,"homepage":"","language":"Makefile","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/indgy.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":"2022-06-16T13:17:40.000Z","updated_at":"2025-02-11T15:17:37.000Z","dependencies_parsed_at":"2024-08-17T11:45:09.678Z","dependency_job_id":null,"html_url":"https://github.com/indgy/refind-bsd-black","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/indgy/refind-bsd-black","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/indgy%2Frefind-bsd-black","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/indgy%2Frefind-bsd-black/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/indgy%2Frefind-bsd-black/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/indgy%2Frefind-bsd-black/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/indgy","download_url":"https://codeload.github.com/indgy/refind-bsd-black/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/indgy%2Frefind-bsd-black/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271500300,"owners_count":24770372,"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","status":"online","status_checked_at":"2025-08-21T02:00:08.990Z","response_time":74,"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":["refind-theme"],"created_at":"2024-11-12T01:12:07.548Z","updated_at":"2025-08-21T15:12:50.160Z","avatar_url":"https://github.com/indgy.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rEFInd BSD Black\n\n![Simulated screenshot of the theme](screenshot.png)\n\nA black rEFInd BSD icon theme for DragonFlyBSD, FreeBSD, GhostBSD, MidnightBSD, NetBSD, NomadBSD and OpenBSD.\n\nThere are also two alternative icons for FreeBSD and GhostBSD.\n\nIf anything is missing let me know where to find it or submit a PR.\n\n## Installation\n\n**Note:** The following guide assumes your EFI partition is located at ada0p1 and your refind.conf is in the efi/boot folder.\n\nMount your existing EFI partition\n\n```\nmount -t msdosfs /dev/ada0p1 /mnt\n```\n\nNow either follow the Git or Release install.\n\n### Using Git\n\nMake the theme folder if necessary then clone this repository into the rEFInd themes folder.\n\n```sh\nmkdir /mnt/efi/boot/themes\ngit clone https://github.com/indgy/refind-bsd-black /mnt/efi/boot/themes\n```\n\n### Using the release\n\nMake the theme folder if necessary, then fetch the latest release and extract into the rEFInd themes folder.\n\n```sh\nmkdir -p /mnt/efi/boot/themes/refind-bsd-black\ncd /mnt/efi/boot/themes/refind-bsd-black\nfetch https://github.com/indgy/refind-bsd-black/releases/download/0.1.1/refind-bsd-black.tgz\ntar -xf refind-bsd-black.tgz\nrm refind-bsd-black.tgz\n```\n\n## Configuring refind.conf\n\nEdit your `refind.conf` to reference the theme (assuming your refind folder is named boot)\n\n`edit /mnt/efi/boot/refind.conf`\n\nIt should contain a single include line:\n\n`include themes/refind-bsd-black/theme.conf`\n\nAnything you add after the include line will override the theme defaults.\n\n### Example refind.conf\n\nSometimes you need to tell rEFInd which icon to use.\n\n```sh\nmenuentry \"DragonFlyBSD\" {\n    loader efi/dragonflybsd/loader.efi\n    icon efi/boot/themes/refind-bsd-black/icons/os_dragonflybsd.png\n}\nmenuentry \"FreeBSD\" {\n    loader efi/freebsd/loader.efi\n    icon efi/boot/themes/refind-bsd-black/icons/os_freebsd.png\n}\nmenuentry \"OpenBSD\" {\n    loader efi/openbsd/bootx64.efi\n    icon efi/boot/themes/refind-bsd-black/icons/os_openbsd.png\n}\nmenuentry \"Windows\" {\n    loader efi/Microsoft/Boot/bootmgr.efi\n}\n```\n\nNote the icon for Windows is found automatically by rEFInd.\n\n#### Attributions:\n\nDragonFlyBSD https://www.dragonflybsd.org/images/\nFreeBSD http://seeklogo.com/freebsd-logo-273101.html\nGhostBSD https://github.com/ghostbsd/ghostbsd-logo\nMidnightBSD https://www.midnightbsd.org/art/\nNetBSD https://netbsd.org/gallery/logos.html\nNomadBSD https://github.com/nomadbsd/artwork\nOpenBSD https://www.shareicon.net/openbsd-102884\nHaiku butchered from https://commons.wikimedia.org/wiki/File:Haiku_(operating_system)_logo.svg\n\nRefind theme based on\nhttps://github.com/anthon38/refind-black\nhttps://github.com/evanpurkhiser/rEFInd-minimal\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Findgy%2Frefind-bsd-black","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Findgy%2Frefind-bsd-black","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Findgy%2Frefind-bsd-black/lists"}