diff --git a/README.md b/README.md index 367a586..0426284 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # Distro Grub Themes + [![name](https://img.shields.io/github/license/AdisonCavani/distro-grub-themes)](https://github.com/AdisonCavani/distro-grub-themes/blob/master/LICENSE) [![name](https://img.shields.io/github/v/release/AdisonCavani/distro-grub-themes)](https://github.com/AdisonCavani/distro-grub-themes/releases) [![Build](https://github.com/AdisonCavani/distro-grub-themes/actions/workflows/update-content.yml/badge.svg?event=push)](https://github.com/AdisonCavani/distro-grub-themes/actions/workflows/update-content.yml)
@@ -6,23 +7,26 @@ A pack of GRUB2 themes for different Linux distribution and OS.
It aims to replace default Grub look, with nice and colorful theme. - ## Get started - - [Themes](#themes) - * [Supported distributions](#supported-distributions) - * [Supported vendors](#supported-vendors) - - [Preview theme](#preview-theme) - * [Distro themes](#distro-themes) - * [Vendor themes](#vendor-themes) - - [Installation](#installation) - * [Installation via Grub Customizer](#installation-via-grub-customizer) - * [Manual Installation](#manual-installation) - * [Install theme in Ventoy](#install-theme-in-ventoy) - - [To-do list](#to-do-list) +- [Themes](#themes) + - [Supported distributions](#supported-distributions) + - [Supported vendors](#supported-vendors) +- [Preview theme](#preview-theme) + + - [Distro themes](#distro-themes) + - [Vendor themes](#vendor-themes) + +- [Installation](#installation) + - [Installation via Grub Customizer](#installation-via-grub-customizer) + - [Manual Installation](#manual-installation) + - [Install theme in Ventoy](#install-theme-in-ventoy) +- [To-do list](#to-do-list) # Themes + ## Supported distributions + - Arch Linux - Arco Linux - Artix Linux @@ -51,6 +55,7 @@ It aims to replace default Grub look, with nice and colorful theme. - Zorin OS ## Supported vendors + - Acer - Aorus - Asus @@ -60,10 +65,12 @@ It aims to replace default Grub look, with nice and colorful theme. - HP - Lenovo - MSI +- Razer - System76 - Toshiba ## Preview theme + ### Distro themes

@@ -120,6 +127,7 @@ It aims to replace default Grub look, with nice and colorful theme.

### Vendor themes +

@@ -145,13 +153,16 @@ It aims to replace default Grub look, with nice and colorful theme.

# Installation + ## Installation via Grub Customizer In order to clone repository from Github you have to install `git` package
Alternatively you can download zip package - **Code -> Download ZIP** #### Clone the repository + You can clone repository or go to [release page](https://github.com/AdisonCavani/distro-grub-themes/releases) and download a single theme + ``` git clone https://github.com/AdisonCavani/distro-grub-themes.git ``` @@ -159,26 +170,31 @@ git clone https://github.com/AdisonCavani/distro-grub-themes.git ### Install Grub Customizer Apt + ``` sudo add-apt-repository ppa:danielrichter2007/grub-customizer sudo apt-get update sudo apt-get install grub-customizer ``` + Pacman + ``` sudo pacman -S grub-customizer ``` Eopkg + ``` sudo eopkg install grub-customizer ``` + ### Install pre-made theme with Grub Customizer - Open Grub Customizer - Go to **Appearance settings** tab -- Select *Custom resolution* and type in your resolution. E.g: 1920x1080 -- Press *Add theme* button, go to your directory, where you have cloned repository. In my case `/home/adison/distro-grub-theme` +- Select _Custom resolution_ and type in your resolution. E.g: 1920x1080 +- Press _Add theme_ button, go to your directory, where you have cloned repository. In my case `/home/adison/distro-grub-theme` - Select your theme located in `/themes` directory - Save changes @@ -188,58 +204,70 @@ sudo eopkg install grub-customizer - With your file manager, inside edited theme directory, select all files and **create archive** with .tar or .tar.xz extension - Open Grub Customizer - Go to **Appearance settings** tab -- Enable *Custom resolution* checkbox and select your resolution or type it in manually. E.g: 1920x1080 -- Press *Add theme* button, go to your directory, where you have cloned repository. In my case `/home/adison/distro-grub-theme` -- Change view settings from *Archive files* to **All files** +- Enable _Custom resolution_ checkbox and select your resolution or type it in manually. E.g: 1920x1080 +- Press _Add theme_ button, go to your directory, where you have cloned repository. In my case `/home/adison/distro-grub-theme` +- Change view settings from _Archive files_ to **All files** - Select your archive - Save changes - ## Manual Installation In order to clone repository from Github you have to install `git` package
Alternatively you can download zip package - **Code -> Download ZIP** #### Clone the repository + You can clone repository or go to [release page](https://github.com/AdisonCavani/distro-grub-themes/releases) and download a single theme + ``` git clone https://github.com/AdisonCavani/distro-grub-themes.git ``` #### Create themes directory + ``` sudo mkdir /boot/grub/themes ``` #### Edit or use pre-made theme + ``` cd distro-grub-themes/customize ``` #### Copy theme + Theme must be unpacked (in folder) + ``` sudo cp -r ubuntu/ /boot/grub/themes ``` #### Edit Grub config + You can use your favourite text editor + ``` sudo nano /etc/default/grub ``` + Uncomment this line and set your resolution: + ``` GRUB_GFXMODE=1920x1080 ``` At the end of file add theme path: + ``` GRUB_THEME="/boot/grub/themes/ubuntu/theme.txt" ``` + Replace "ubuntu" with selected theme
Ctrl+O to save, Ctrl+X to exit #### Update Grub config + You will need to tell Grub to update its configuration to include the new theme. Ubuntu and Debian-based systems: @@ -255,20 +283,26 @@ sudo grub-mkconfig -o /boot/grub/grub.cfg ``` ## Install theme in Ventoy -Extract ```Ventoy.tar``` to ```/ventoy/theme``` directory -Locate ```ventoy.json``` file in ```/plugin/ventoy/``` directory and change: +Extract `Ventoy.tar` to `/ventoy/theme` directory + +Locate `ventoy.json` file in `/plugin/ventoy/` directory and change: + ``` "file": "/ventoy/theme/blur/theme.txt", ``` + to + ``` "file": "/ventoy/theme/Ventoy/theme.txt", ``` + For more information head over to [Ventoy website](https://www.ventoy.net/en/plugin_theme.html) # To-do list -Feature | Status ------------- | ------------- -4K & 2K displays support | In the future -Ultrawide display support | In the future + +| Feature | Status | +| ------------------------- | ------------- | +| 4K & 2K displays support | In the future | +| Ultrawide display support | In the future | diff --git a/assets/background_template/razer_1080p.psd b/assets/background_template/razer_1080p.psd new file mode 100644 index 0000000..3c51e53 Binary files /dev/null and b/assets/background_template/razer_1080p.psd differ diff --git a/assets/preview_template/razer_1080p.psd b/assets/preview_template/razer_1080p.psd new file mode 100644 index 0000000..90babf5 Binary files /dev/null and b/assets/preview_template/razer_1080p.psd differ diff --git a/customize/razer/background.png b/customize/razer/background.png new file mode 100644 index 0000000..cf4ceca Binary files /dev/null and b/customize/razer/background.png differ diff --git a/customize/razer/icons/4MLinux.png b/customize/razer/icons/4MLinux.png new file mode 100644 index 0000000..1c6fe5e Binary files /dev/null and b/customize/razer/icons/4MLinux.png differ diff --git a/customize/razer/icons/AlpineLinux.png b/customize/razer/icons/AlpineLinux.png new file mode 100644 index 0000000..6212a1f Binary files /dev/null and b/customize/razer/icons/AlpineLinux.png differ diff --git a/customize/razer/icons/Manjaro.i686.png b/customize/razer/icons/Manjaro.i686.png new file mode 100644 index 0000000..611a6fb Binary files /dev/null and b/customize/razer/icons/Manjaro.i686.png differ diff --git a/customize/razer/icons/Manjaro.x86_64.png b/customize/razer/icons/Manjaro.x86_64.png new file mode 100644 index 0000000..611a6fb Binary files /dev/null and b/customize/razer/icons/Manjaro.x86_64.png differ diff --git a/customize/razer/icons/SystemRescueCD.png b/customize/razer/icons/SystemRescueCD.png new file mode 100644 index 0000000..7c41182 Binary files /dev/null and b/customize/razer/icons/SystemRescueCD.png differ diff --git a/customize/razer/icons/android.png b/customize/razer/icons/android.png new file mode 100644 index 0000000..dad066f Binary files /dev/null and b/customize/razer/icons/android.png differ diff --git a/customize/razer/icons/anonymous.png b/customize/razer/icons/anonymous.png new file mode 100644 index 0000000..7d165b6 Binary files /dev/null and b/customize/razer/icons/anonymous.png differ diff --git a/customize/razer/icons/antergos.png b/customize/razer/icons/antergos.png new file mode 100644 index 0000000..32e3a3a Binary files /dev/null and b/customize/razer/icons/antergos.png differ diff --git a/customize/razer/icons/arch.png b/customize/razer/icons/arch.png new file mode 100644 index 0000000..f6cd870 Binary files /dev/null and b/customize/razer/icons/arch.png differ diff --git a/customize/razer/icons/archlinux.png b/customize/razer/icons/archlinux.png new file mode 100644 index 0000000..f6cd870 Binary files /dev/null and b/customize/razer/icons/archlinux.png differ diff --git a/customize/razer/icons/arcolinux.png b/customize/razer/icons/arcolinux.png new file mode 100644 index 0000000..c5e5e5e Binary files /dev/null and b/customize/razer/icons/arcolinux.png differ diff --git a/customize/razer/icons/artix.png b/customize/razer/icons/artix.png new file mode 100644 index 0000000..0cbeb11 Binary files /dev/null and b/customize/razer/icons/artix.png differ diff --git a/customize/razer/icons/cancel.png b/customize/razer/icons/cancel.png new file mode 100644 index 0000000..fca2ac9 Binary files /dev/null and b/customize/razer/icons/cancel.png differ diff --git a/customize/razer/icons/centos.png b/customize/razer/icons/centos.png new file mode 100644 index 0000000..23fe2fa Binary files /dev/null and b/customize/razer/icons/centos.png differ diff --git a/customize/razer/icons/chakra.png b/customize/razer/icons/chakra.png new file mode 100644 index 0000000..6f63a95 Binary files /dev/null and b/customize/razer/icons/chakra.png differ diff --git a/customize/razer/icons/debian.png b/customize/razer/icons/debian.png new file mode 100644 index 0000000..20bea8c Binary files /dev/null and b/customize/razer/icons/debian.png differ diff --git a/customize/razer/icons/deepin.png b/customize/razer/icons/deepin.png new file mode 100644 index 0000000..61c92fb Binary files /dev/null and b/customize/razer/icons/deepin.png differ diff --git a/customize/razer/icons/devuan.png b/customize/razer/icons/devuan.png new file mode 100644 index 0000000..ff65401 Binary files /dev/null and b/customize/razer/icons/devuan.png differ diff --git a/customize/razer/icons/driver.png b/customize/razer/icons/driver.png new file mode 100644 index 0000000..1621ee7 Binary files /dev/null and b/customize/razer/icons/driver.png differ diff --git a/customize/razer/icons/edit.png b/customize/razer/icons/edit.png new file mode 100644 index 0000000..6a43bd9 Binary files /dev/null and b/customize/razer/icons/edit.png differ diff --git a/customize/razer/icons/efi.png b/customize/razer/icons/efi.png new file mode 100644 index 0000000..4ecf3b9 Binary files /dev/null and b/customize/razer/icons/efi.png differ diff --git a/customize/razer/icons/elementary.png b/customize/razer/icons/elementary.png new file mode 100644 index 0000000..2840354 Binary files /dev/null and b/customize/razer/icons/elementary.png differ diff --git a/customize/razer/icons/endeavouros.png b/customize/razer/icons/endeavouros.png new file mode 100644 index 0000000..6b1e530 Binary files /dev/null and b/customize/razer/icons/endeavouros.png differ diff --git a/customize/razer/icons/fedora.png b/customize/razer/icons/fedora.png new file mode 100644 index 0000000..926b56d Binary files /dev/null and b/customize/razer/icons/fedora.png differ diff --git a/customize/razer/icons/find.efi.png b/customize/razer/icons/find.efi.png new file mode 100644 index 0000000..0e32321 Binary files /dev/null and b/customize/razer/icons/find.efi.png differ diff --git a/customize/razer/icons/find.none.png b/customize/razer/icons/find.none.png new file mode 100644 index 0000000..87d4d0e Binary files /dev/null and b/customize/razer/icons/find.none.png differ diff --git a/customize/razer/icons/freebsd.png b/customize/razer/icons/freebsd.png new file mode 100644 index 0000000..fb9408c Binary files /dev/null and b/customize/razer/icons/freebsd.png differ diff --git a/customize/razer/icons/garuda.png b/customize/razer/icons/garuda.png new file mode 100644 index 0000000..f699718 Binary files /dev/null and b/customize/razer/icons/garuda.png differ diff --git a/customize/razer/icons/gentoo.png b/customize/razer/icons/gentoo.png new file mode 100644 index 0000000..bc0ed70 Binary files /dev/null and b/customize/razer/icons/gentoo.png differ diff --git a/customize/razer/icons/gnu-linux.png b/customize/razer/icons/gnu-linux.png new file mode 100644 index 0000000..326b659 Binary files /dev/null and b/customize/razer/icons/gnu-linux.png differ diff --git a/customize/razer/icons/haiku.png b/customize/razer/icons/haiku.png new file mode 100644 index 0000000..ce7f818 Binary files /dev/null and b/customize/razer/icons/haiku.png differ diff --git a/customize/razer/icons/help.png b/customize/razer/icons/help.png new file mode 100644 index 0000000..d8b5a17 Binary files /dev/null and b/customize/razer/icons/help.png differ diff --git a/customize/razer/icons/kali.png b/customize/razer/icons/kali.png new file mode 100644 index 0000000..900dc82 Binary files /dev/null and b/customize/razer/icons/kali.png differ diff --git a/customize/razer/icons/kaos.png b/customize/razer/icons/kaos.png new file mode 100644 index 0000000..9fd4e89 Binary files /dev/null and b/customize/razer/icons/kaos.png differ diff --git a/customize/razer/icons/kbd.png b/customize/razer/icons/kbd.png new file mode 100644 index 0000000..6ace3ac Binary files /dev/null and b/customize/razer/icons/kbd.png differ diff --git a/customize/razer/icons/korora.png b/customize/razer/icons/korora.png new file mode 100644 index 0000000..456e876 Binary files /dev/null and b/customize/razer/icons/korora.png differ diff --git a/customize/razer/icons/kubuntu.png b/customize/razer/icons/kubuntu.png new file mode 100644 index 0000000..7a79ff3 Binary files /dev/null and b/customize/razer/icons/kubuntu.png differ diff --git a/customize/razer/icons/lang.png b/customize/razer/icons/lang.png new file mode 100644 index 0000000..3c9c1d7 Binary files /dev/null and b/customize/razer/icons/lang.png differ diff --git a/customize/razer/icons/lfs.png b/customize/razer/icons/lfs.png new file mode 100644 index 0000000..326b659 Binary files /dev/null and b/customize/razer/icons/lfs.png differ diff --git a/customize/razer/icons/linux.png b/customize/razer/icons/linux.png new file mode 100644 index 0000000..326b659 Binary files /dev/null and b/customize/razer/icons/linux.png differ diff --git a/customize/razer/icons/linuxmint.png b/customize/razer/icons/linuxmint.png new file mode 100644 index 0000000..7d9da81 Binary files /dev/null and b/customize/razer/icons/linuxmint.png differ diff --git a/customize/razer/icons/lubuntu.png b/customize/razer/icons/lubuntu.png new file mode 100644 index 0000000..057c8e2 Binary files /dev/null and b/customize/razer/icons/lubuntu.png differ diff --git a/customize/razer/icons/macosx.png b/customize/razer/icons/macosx.png new file mode 100644 index 0000000..ea03e77 Binary files /dev/null and b/customize/razer/icons/macosx.png differ diff --git a/customize/razer/icons/mageia.png b/customize/razer/icons/mageia.png new file mode 100644 index 0000000..79afa76 Binary files /dev/null and b/customize/razer/icons/mageia.png differ diff --git a/customize/razer/icons/manjaro.png b/customize/razer/icons/manjaro.png new file mode 100644 index 0000000..611a6fb Binary files /dev/null and b/customize/razer/icons/manjaro.png differ diff --git a/customize/razer/icons/mate.png b/customize/razer/icons/mate.png new file mode 100644 index 0000000..b2fc22a Binary files /dev/null and b/customize/razer/icons/mate.png differ diff --git a/customize/razer/icons/memtest.png b/customize/razer/icons/memtest.png new file mode 100644 index 0000000..1621ee7 Binary files /dev/null and b/customize/razer/icons/memtest.png differ diff --git a/customize/razer/icons/mx-linux.png b/customize/razer/icons/mx-linux.png new file mode 100644 index 0000000..49f1133 Binary files /dev/null and b/customize/razer/icons/mx-linux.png differ diff --git a/customize/razer/icons/neon.png b/customize/razer/icons/neon.png new file mode 100644 index 0000000..e41906e Binary files /dev/null and b/customize/razer/icons/neon.png differ diff --git a/customize/razer/icons/opensuse.png b/customize/razer/icons/opensuse.png new file mode 100644 index 0000000..d844fd5 Binary files /dev/null and b/customize/razer/icons/opensuse.png differ diff --git a/customize/razer/icons/parrot.png b/customize/razer/icons/parrot.png new file mode 100644 index 0000000..3333de9 Binary files /dev/null and b/customize/razer/icons/parrot.png differ diff --git a/customize/razer/icons/pop-os.png b/customize/razer/icons/pop-os.png new file mode 100644 index 0000000..014d9f3 Binary files /dev/null and b/customize/razer/icons/pop-os.png differ diff --git a/customize/razer/icons/pop.png b/customize/razer/icons/pop.png new file mode 100644 index 0000000..014d9f3 Binary files /dev/null and b/customize/razer/icons/pop.png differ diff --git a/customize/razer/icons/recovery.png b/customize/razer/icons/recovery.png new file mode 100644 index 0000000..7b69b14 Binary files /dev/null and b/customize/razer/icons/recovery.png differ diff --git a/customize/razer/icons/regolith.png b/customize/razer/icons/regolith.png new file mode 100644 index 0000000..5ece07b Binary files /dev/null and b/customize/razer/icons/regolith.png differ diff --git a/customize/razer/icons/restart.png b/customize/razer/icons/restart.png new file mode 100644 index 0000000..9715302 Binary files /dev/null and b/customize/razer/icons/restart.png differ diff --git a/customize/razer/icons/rocky.png b/customize/razer/icons/rocky.png new file mode 100644 index 0000000..be144f6 Binary files /dev/null and b/customize/razer/icons/rocky.png differ diff --git a/customize/razer/icons/shutdown.png b/customize/razer/icons/shutdown.png new file mode 100644 index 0000000..fc9cf16 Binary files /dev/null and b/customize/razer/icons/shutdown.png differ diff --git a/customize/razer/icons/siduction.png b/customize/razer/icons/siduction.png new file mode 100644 index 0000000..d16549b Binary files /dev/null and b/customize/razer/icons/siduction.png differ diff --git a/customize/razer/icons/solus.png b/customize/razer/icons/solus.png new file mode 100644 index 0000000..338718b Binary files /dev/null and b/customize/razer/icons/solus.png differ diff --git a/customize/razer/icons/steamos.png b/customize/razer/icons/steamos.png new file mode 100644 index 0000000..df28bcc Binary files /dev/null and b/customize/razer/icons/steamos.png differ diff --git a/customize/razer/icons/type.png b/customize/razer/icons/type.png new file mode 100644 index 0000000..5c48476 Binary files /dev/null and b/customize/razer/icons/type.png differ diff --git a/customize/razer/icons/tz.png b/customize/razer/icons/tz.png new file mode 100644 index 0000000..220b29b Binary files /dev/null and b/customize/razer/icons/tz.png differ diff --git a/customize/razer/icons/ubuntu.png b/customize/razer/icons/ubuntu.png new file mode 100644 index 0000000..352fbe0 Binary files /dev/null and b/customize/razer/icons/ubuntu.png differ diff --git a/customize/razer/icons/unknown.png b/customize/razer/icons/unknown.png new file mode 100644 index 0000000..326b659 Binary files /dev/null and b/customize/razer/icons/unknown.png differ diff --git a/customize/razer/icons/unset.png b/customize/razer/icons/unset.png new file mode 100644 index 0000000..15e3d3c Binary files /dev/null and b/customize/razer/icons/unset.png differ diff --git a/customize/razer/icons/ventoy.png b/customize/razer/icons/ventoy.png new file mode 100644 index 0000000..7abdc6c Binary files /dev/null and b/customize/razer/icons/ventoy.png differ diff --git a/customize/razer/icons/void.png b/customize/razer/icons/void.png new file mode 100644 index 0000000..01cc2f3 Binary files /dev/null and b/customize/razer/icons/void.png differ diff --git a/customize/razer/icons/windows.png b/customize/razer/icons/windows.png new file mode 100644 index 0000000..d5c7cc3 Binary files /dev/null and b/customize/razer/icons/windows.png differ diff --git a/customize/razer/icons/windows11.png b/customize/razer/icons/windows11.png new file mode 100644 index 0000000..fe97d9f Binary files /dev/null and b/customize/razer/icons/windows11.png differ diff --git a/customize/razer/icons/xubuntu.png b/customize/razer/icons/xubuntu.png new file mode 100644 index 0000000..f43abc7 Binary files /dev/null and b/customize/razer/icons/xubuntu.png differ diff --git a/customize/razer/icons/zorin.png b/customize/razer/icons/zorin.png new file mode 100644 index 0000000..c1506c4 Binary files /dev/null and b/customize/razer/icons/zorin.png differ diff --git a/customize/razer/select_c.png b/customize/razer/select_c.png new file mode 100644 index 0000000..b1f8d58 Binary files /dev/null and b/customize/razer/select_c.png differ diff --git a/customize/razer/select_e.png b/customize/razer/select_e.png new file mode 100644 index 0000000..9332368 Binary files /dev/null and b/customize/razer/select_e.png differ diff --git a/customize/razer/select_w.png b/customize/razer/select_w.png new file mode 100644 index 0000000..28f6424 Binary files /dev/null and b/customize/razer/select_w.png differ diff --git a/customize/razer/terminal_box_c.png b/customize/razer/terminal_box_c.png new file mode 100644 index 0000000..d0dd52a Binary files /dev/null and b/customize/razer/terminal_box_c.png differ diff --git a/customize/razer/terminal_box_e.png b/customize/razer/terminal_box_e.png new file mode 100644 index 0000000..394cbe4 Binary files /dev/null and b/customize/razer/terminal_box_e.png differ diff --git a/customize/razer/terminal_box_n.png b/customize/razer/terminal_box_n.png new file mode 100644 index 0000000..476f8bc Binary files /dev/null and b/customize/razer/terminal_box_n.png differ diff --git a/customize/razer/terminal_box_ne.png b/customize/razer/terminal_box_ne.png new file mode 100644 index 0000000..9e26959 Binary files /dev/null and b/customize/razer/terminal_box_ne.png differ diff --git a/customize/razer/terminal_box_nw.png b/customize/razer/terminal_box_nw.png new file mode 100644 index 0000000..5c3cba8 Binary files /dev/null and b/customize/razer/terminal_box_nw.png differ diff --git a/customize/razer/terminal_box_s.png b/customize/razer/terminal_box_s.png new file mode 100644 index 0000000..85a8901 Binary files /dev/null and b/customize/razer/terminal_box_s.png differ diff --git a/customize/razer/terminal_box_se.png b/customize/razer/terminal_box_se.png new file mode 100644 index 0000000..d8627ee Binary files /dev/null and b/customize/razer/terminal_box_se.png differ diff --git a/customize/razer/terminal_box_sw.png b/customize/razer/terminal_box_sw.png new file mode 100644 index 0000000..67c600c Binary files /dev/null and b/customize/razer/terminal_box_sw.png differ diff --git a/customize/razer/terminal_box_w.png b/customize/razer/terminal_box_w.png new file mode 100644 index 0000000..d066e2d Binary files /dev/null and b/customize/razer/terminal_box_w.png differ diff --git a/customize/razer/terminus-12.pf2 b/customize/razer/terminus-12.pf2 new file mode 100644 index 0000000..6092035 Binary files /dev/null and b/customize/razer/terminus-12.pf2 differ diff --git a/customize/razer/terminus-14.pf2 b/customize/razer/terminus-14.pf2 new file mode 100644 index 0000000..8ab8bd1 Binary files /dev/null and b/customize/razer/terminus-14.pf2 differ diff --git a/customize/razer/terminus-16.pf2 b/customize/razer/terminus-16.pf2 new file mode 100644 index 0000000..6e6b25d Binary files /dev/null and b/customize/razer/terminus-16.pf2 differ diff --git a/customize/razer/terminus-18.pf2 b/customize/razer/terminus-18.pf2 new file mode 100644 index 0000000..129cef1 Binary files /dev/null and b/customize/razer/terminus-18.pf2 differ diff --git a/customize/razer/theme.txt b/customize/razer/theme.txt new file mode 100644 index 0000000..2fd0b37 --- /dev/null +++ b/customize/razer/theme.txt @@ -0,0 +1,42 @@ +# Main options +title-text: "" +desktop-image: "background.png" +desktop-color: "#000000" +terminal-font: "Terminus Regular 14" +terminal-box: "terminal_box_*.png" +terminal-left: "0" +terminal-top: "0" +terminal-width: "100%" +terminal-height: "100%" +terminal-border: "0" + +# Boot menu ++ boot_menu { + left = 15% + top = 40% + width = 55% + height = 65% + item_font = "Ubuntu Regular 20" + item_color = "#cccccc" + selected_item_color = "#ffffff" + icon_width = 36 + icon_height = 36 + item_icon_space = 20 + item_height = 40 + item_padding = 2 + item_spacing = 10 + selected_item_pixmap_style = "select_*.png" +} + + +# Countdown label +# You can change the name of default starting OS here ++ label { + left = 15% + top = 31% + align = "center" + id = "__timeout__" + text = "Selected OS will start in %d seconds" + color = "#cccccc" + font = "Ubuntu Regular 17" +} diff --git a/customize/razer/ubuntu_regular_17.pf2 b/customize/razer/ubuntu_regular_17.pf2 new file mode 100644 index 0000000..9405954 Binary files /dev/null and b/customize/razer/ubuntu_regular_17.pf2 differ diff --git a/customize/razer/ubuntu_regular_20.pf2 b/customize/razer/ubuntu_regular_20.pf2 new file mode 100644 index 0000000..3d903ba Binary files /dev/null and b/customize/razer/ubuntu_regular_20.pf2 differ diff --git a/preview/Razer.png b/preview/Razer.png new file mode 100644 index 0000000..f3e7cc6 Binary files /dev/null and b/preview/Razer.png differ