Giter VIP home page Giter VIP logo

refind-theme-regular's Introduction

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.

Screenshot 01 **press F10 to take screenshot

Installation:

  1. Clone git repository to your $HOME directory.

    git clone https://github.com/bobafetthotmail/refind-theme-regular.git
    
  2. Locate refind directory under EFI partition. For most Linux based system is commonly /boot/efi/EFI/refind/. Copy theme directory to it.

    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 cp -r refind-theme-regular /boot/efi/EFI/refind/
    
  3. Remove unused directory.

    sudo rm -rf /boot/efi/EFI/refind/refind-theme-regular/{src,.git}
    
  4. To adjust icon size and font size edit theme.conf.

    sudo nano /boot/efi/EFI/refind/refind-theme-regular/theme.conf
    
  5. To enable the theme add include refind-theme-regular/theme.conf at the end of refind.conf.

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

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. 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.

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

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

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

  7. commit your changes, upload to your fork and then open a PR.

More information

rEFInd The official rEFInd website

refind-theme-regular's People

Contributors

bobafetthotmail avatar savely-krasovsky avatar pencap avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.