Code Monkey home page Code Monkey logo

grub2-themes-ettery's Introduction

[Grub2] Ettery theme

Ettery preview

Ettery is Grub2 theme. This theme is based on

Designed primary for 1920x1080 resolution, but should work for common resolutions as well. (not tested)

For further customization use grub-customizer to add/remove/change/rearrange entry and etc...


Quick install guide

Note: There is install.sh script from original ZorinOS theme that automates install process, but it is not tested with this theme, therefore I recommend manual installation.

Preparation

Find out supported resolution by your grub.

  • Reboot to grub
  • Open command line by pressing "C"
  • Enter vbeinfo
  • Check for maximum supported resolution. (eg. 1920x1080)

####Installation

  • Copy entire Ettery folder to /boot/grub/themes/ sudo cp -r Ettery /boot/grub/themes/

Note: Depending of your distribution it location might be /boot/grub2/themes/ or /grub/themes/

  • Open /etc/default/grub in text editor with root sudo gedit /etc/default/grub

  • Add/change following lines

    GRUB_GFXMODE="1920x1080" #replace with your supported resolution
    GRUB_GFXPAYLOAD_LINUX="keep"
    GRUB_THEME="/boot/grub/themes/Ettery/theme.txt"
    
  • Save changes in text editor

  • Update grub sudo update-grub

    Note: Depending of your distribution, you might use update-grub2 or grub2-mkconfig -o /boot/grub/grub.cfg , but usualy all 3 commands are the same.

####Disabling theme Just remove/comment (put # at beginning) following line in /etc/default/grub file:

GRUB_THEME="/boot/grub/themes/Ettery/theme.txt"

Update grub to take effect: sudo update-grub

####Uninstalling theme Disable theme and delete Ettery folder from /boot/grub/themes

sudo rm -r /boot/grub/themes/Ettery

Known issues and bugs

[Version 1.0]

  • [FIXED] Text align issue. Text moves when switching between selections.

Please report if you find more bugs.


Current version: 1.1

2015

grub2-themes-ettery's People

Contributors

dacha204 avatar

Watchers

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