All Projects → bobafetthotmail → refind-theme-regular

bobafetthotmail / refind-theme-regular

Licence: other
munlik.deviantart.com/art/rEFInd-theme-512091944

Projects that are alternatives of or similar to refind-theme-regular

rEFInd-chalkboard
A simple monochrome theme for the rEFInd UEFI boot manager
Stars: ✭ 27 (-95.74%)
Mutual labels:  refind, refind-theme
rEFInd-glassy
A minimalistic rEFInd theme
Stars: ✭ 46 (-92.74%)
Mutual labels:  refind, refind-theme
ursamajor-rEFInd
Ursa Major theme for rEFInd Bootloader
Stars: ✭ 196 (-69.09%)
Mutual labels:  refind, refind-theme
Refind Minimal
A stunningly clean theme for the rEFInd UEFI boot manager.
Stars: ✭ 1,585 (+150%)
Mutual labels:  refind, refind-theme
EFI-ASUS-B250M
ASUS B250M EFI,including Clover and OpenCore, supports HighSierra / Mojave / Catalina / BigSur ...
Stars: ✭ 49 (-92.27%)
Mutual labels:  refind, efi
efi
Ergonomic Rust framework for writing UEFI applications.
Stars: ✭ 44 (-93.06%)
Mutual labels:  efi-application, efi
refind-ambience
Minimal theme for the rEFInd boot manager
Stars: ✭ 256 (-59.62%)
Mutual labels:  refind, refind-theme
Efi
拯救者Y7000和Y50-70装黑苹果(hackintosh),已经配置好的EFI引导文件,安装时可用,不同分支功能不同
Stars: ✭ 144 (-77.29%)
Mutual labels:  efi
Xiaomi Air I5 7200u
小米笔记本Air 13.3 7代黑苹果配置 / Hackintosh EFI for Xiaomi Notebook Air 13.3
Stars: ✭ 131 (-79.34%)
Mutual labels:  efi
Dell Inspiron 7590 Hackintosh Opencore
OpenCore EFI for Dell Inspiron 7590 / 7591.【Big Sur 分支已更新,支持 4K60】国内用户也可以去 Gitee,下载速度更快↓
Stars: ✭ 113 (-82.18%)
Mutual labels:  efi
Veracrypt Dcs
VeraCrypt EFI Bootloader for EFI Windows system encryption (LGPL)
Stars: ✭ 81 (-87.22%)
Mutual labels:  efi
V3x4
Intel(R) Xeon(R) Processor Max Effort Turbo Boost UEFI DXE driver
Stars: ✭ 78 (-87.7%)
Mutual labels:  efi
refind-castell
A custom theme for multiboot systems. Requires rEFInd UEFI bootloader.
Stars: ✭ 14 (-97.79%)
Mutual labels:  refind
Xiaomi Notebook Air 1gen
Xiaomi Notebook Air 1rst Gen
Stars: ✭ 144 (-77.29%)
Mutual labels:  efi
Multiboot-Toolkit
Create a bootable disk
Stars: ✭ 96 (-84.86%)
Mutual labels:  refind
pure
🌱 elegant and lovely components
Stars: ✭ 27 (-95.74%)
Mutual labels:  regular
Ryzen Hackintosh
OpenCore EFI for AMD Ryzen Hackintosh
Stars: ✭ 217 (-65.77%)
Mutual labels:  efi
Dell 7460 7560 Hackintosh
戴尔燃7000系列黑苹果安装和日常使用EFI
Stars: ✭ 188 (-70.35%)
Mutual labels:  efi
url-regex-safe
Regular expression matching for URL's. Maintained, safe, and browser-friendly version of url-regex. Resolves CVE-2020-7661 for Node.js servers.
Stars: ✭ 59 (-90.69%)
Mutual labels:  regular
Matebook 13 2019 Oc Efi
Matebook 13/14 2019/2020 OpenCore黑苹果 hackintosh
Stars: ✭ 161 (-74.61%)
Mutual labels:  efi

rEFInd theme Regular

A simplistic clean and minimal theme for rEFInd

NOTE: this is a fork of munlik's theme since he seems to have abandoned his project, he didn't answer to (my) PRs on github for years.

press F10 to take screenshot

(default settings) Screenshot 01

(dark theme selected) Screenshot 02

Installation [Quick]:

  1. Just paste this command in your terminal and enter your choices.
    sudo bash -c "$(curl -fsSL https://raw.githubusercontent.com/bobafetthotmail/refind-theme-regular/master/install.sh)"
    
  2. To further adjust icon size, font size, background color and selector color edit /boot/efi/EFI/refind/themes/refind-theme-regular/theme.conf as root/SuperUser.

Installation [Manual]:

  1. Clone git repository to your $HOME directory.

    git clone https://github.com/bobafetthotmail/refind-theme-regular.git
    
  2. Remove unused directories and files.

    sudo rm -rf refind-theme-regular/{src,.git}
    
    sudo rm refind-theme-regular/install.sh
    
  3. Locate refind directory under EFI partition. For most Linux based system is commonly /boot/efi/EFI/refind/. Copy theme directory to it. Here, we will copy it to themes subdirectory inside refind.

    Important: Delete older installed versions of this theme before you proceed any further.

    sudo rm -rf /boot/efi/EFI/refind/{regular-theme,refind-theme-regular}
    sudo rm -rf /boot/efi/EFI/refind/themes/{regular-theme,refind-theme-regular}
    
    sudo mkdir -p /boot/efi/EFI/refind/themes
    
    sudo cp -r refind-theme-regular /boot/efi/EFI/refind/themes/
    
  4. To adjust icon size, font size, background color and selector color edit theme.conf.

    sudo vi /boot/efi/EFI/refind/themes/refind-theme-regular/theme.conf
    
  5. To enable the theme add include themes/refind-theme-regular/theme.conf at the end of refind.conf, and comment out or delete any other themes you might have installed.

    sudo vi /boot/efi/EFI/refind/refind.conf
    
    

NOTE: If you're not getting your full resolution or having color issues, then try disabling the CSM in your UEFI settings.

Contribute new icons:

  1. Fork this repository on github and then git clone your fork of this repository in your Linux system.

  2. The icons must be in svg format to allow easy generation of icons at any scale. Canvas size must have width and height 128 px for OS icons, or 48 px for tool icons. The actual icon in the svg file should roughly fit in a square with a side of 96 px or 20 px (for OS and tool icons, respectively). Inkscape is a good program to create and work with svg files.

  3. Refind uses the file name to select the right icon, so icons for Linux OS must have the correct OS name from that distro's /etc/os-release file "ID" or ID_LIKE" entries, for example if ID=cachyos the icon name becomes os_cachyos.svg

  4. Copy the svg file in /src/svg/big or /src/svg/small (depending on what is more appropriate) and rename them to be consistent with others.

  5. Install inkskape and optipng in your linux system as they will be needed to process the icons by the next step.

  6. cd in the ./src directory and run the script ./render_bitmap.sh, which will process the svg files and generate the png files at various sizes.

  7. Copy the png icons you generated from their /src/bitmap subfolder into the appropriate /icons subfolders for their size by running ./copy-bitmap.sh.

  8. Commit your changes, upload to your fork and then open a PR.

More information

rEFInd The official rEFInd website

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].