Compare commits
104 Commits
1.2
...
2020-06-23
Author | SHA1 | Date | |
---|---|---|---|
b82c7a28b4 | |||
3061980e20 | |||
d60732f91f | |||
28acbb3f2a | |||
dde021409e | |||
6a632deaad | |||
ec061fc439 | |||
3f5eb39224 | |||
e4afd1bdb5 | |||
be4eb87e35 | |||
8de4deae26 | |||
19435ba254 | |||
9967395f14 | |||
bc29529213 | |||
a65572ad93 | |||
794fe1cd1d | |||
eaa19c717b | |||
863f44b9c1 | |||
00d800a435 | |||
f70cf6ba01 | |||
e4fce0ef10 | |||
9583ff560e | |||
abfd62d247 | |||
19125b85b9 | |||
98744a8b36 | |||
d97557af55 | |||
4da0024ad3 | |||
4c06320949 | |||
11a3be4f61 | |||
1ceb0fc005 | |||
da7c3ba3f9 | |||
6e5c359069 | |||
aec51c835a | |||
a8c7cb2460 | |||
12b10f02aa | |||
76a9b50898 | |||
7c9bbb1e1a | |||
30ee4b55c2 | |||
1cdf4d57be | |||
8f737a2ae6 | |||
9aaae0396c | |||
6f92a8c04e | |||
650a723cb3 | |||
7c7fe3f33c | |||
cd489716ba | |||
f76851f9c8 | |||
2f1d1ea673 | |||
33e88a798b | |||
8622eb7f32 | |||
aa6edeeaa4 | |||
0fe6fbc3ab | |||
03c34b8303 | |||
7e39b97009 | |||
1bb711494b | |||
3f09861c93 | |||
7a00df2787 | |||
0008e56e3e | |||
50cc1ef794 | |||
78da23afce | |||
efa1dd4306 | |||
906cdd615c | |||
a17983d9f6 | |||
9c649498e3 | |||
d45303f19b | |||
6353d51edb | |||
a7b0d4b24c | |||
9b431cae26 | |||
fa55fb3a81 | |||
1e8660bcce | |||
e666d78bf4 | |||
fdba42467a | |||
8da9d44f6e | |||
90a5dcb2e4 | |||
e9677f7692 | |||
66eda435fc | |||
0653ada85f | |||
21fc0a4ceb | |||
c8104a37e9 | |||
59c426724a | |||
924f2c6d98 | |||
eb0f404931 | |||
a1bb9a8a82 | |||
7ded5467a6 | |||
e4e31edfa1 | |||
51892d232e | |||
b638864c87 | |||
d631726ded | |||
e0bfa2ddeb | |||
839ff1186f | |||
6050b6af0e | |||
b4587bb224 | |||
bc44604da2 | |||
4795799af5 | |||
7ae183b2a2 | |||
3fe87a9bee | |||
ddd65bc88c | |||
85e670a854 | |||
c446b87757 | |||
b9ed18943e | |||
052e1e7741 | |||
1e55420ff4 | |||
8d2a12b841 | |||
3046b944b3 | |||
fa86213029 |
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
git-v1.sh
|
||||||
|
setup-git-v1.sh
|
68
README.md
@ -1,20 +1,70 @@
|
|||||||
|
```
|
||||||
|
____ ____ _ _ ____ ____ _____ _ _ _____ __ __ _____ ____
|
||||||
|
/ ___| _ \| | | | __ )___ \ |_ _| | | | ____| \/ | ____/ ___|
|
||||||
|
| | _| |_) | | | | _ \ __) | | | | |_| | _| | |\/| | _| \___ \
|
||||||
|
| |_| | _ <| |_| | |_) / __/ | | | _ | |___| | | | |___ ___) |
|
||||||
|
\____|_| \_\\___/|____/_____| |_| |_| |_|_____|_| |_|_____|____/
|
||||||
|
|
||||||
## Grub2 Themes
|
```
|
||||||
|
|
||||||
Vimix and StylishDark is a flat Design theme for Grub2.
|
## Flat Design themes for Grub2.
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
Double-click to open that script file,
|
Usage: `sudo ./install.sh [OPTIONS...]`
|
||||||
OrOpen the terminal at current directory.
|
|
||||||
|
|
||||||
Run
|
_if no option used the terminal user interface will be show up_
|
||||||
|
|
||||||
sudo ./Install
|
| OPTIONS: | description |
|
||||||
|
|:-------------------|:-------------|
|
||||||
|
| -b, --boot | Install grub theme into /boot/grub/themes |
|
||||||
|
| -v, --vimix | Vimix grub theme |
|
||||||
|
| -s, --stylish | Stylish grub theme |
|
||||||
|
| -t, --tela | Tela grub theme |
|
||||||
|
| -l, --slaze | Slaze grub theme |
|
||||||
|
| -w, --white | Install white color icon version |
|
||||||
|
| -u, --ultrawide | Install 2560x1080 background image - not available for slaze theme|
|
||||||
|
| -2, --2k | Install 2k(2560x1440) background image |
|
||||||
|
| -4, --4k | Install 4k(3840x2160) background image |
|
||||||
|
| -r, --remove | Remove theme (must add theme name option) |
|
||||||
|
| -h, --help | Show this help |
|
||||||
|
|
||||||
Or use Root user run ./Install
|
For example:
|
||||||
|
|
||||||
|
1. Install Tela theme on 2k display device
|
||||||
|
|
||||||
|
`sudo ./install.sh -t -2`
|
||||||
|
or
|
||||||
|
`sudo ./install.sh --tela --2k`
|
||||||
|
|
||||||
|
2. Install Tela theme into /boot/grub/themes
|
||||||
|
|
||||||
|
`sudo ./install.sh -b -t`
|
||||||
|
|
||||||
|
3. Remove Tela theme
|
||||||
|
|
||||||
|
`sudo ./install.sh -r -t`
|
||||||
|
|
||||||
|
## Display resolution issues
|
||||||
|
|
||||||
|
#### Set the right resolution of your display
|
||||||
|
|
||||||
|
On the grub screen, `press c` to get the commandline, and enter `vbeinfo` or `videoinfo` on EFI boot to check what resolutions you can use, then edit `/etc/default/grub` , add your resolution `GRUB_GFXMODE=****x****x32` into it, last you can run `grub-mkconfig -o /boot/grub/grub.cfg` to update your grub.cfg.
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||

|
|
||||||

|
|
||||||
|
|
||||||
|
### Vimix grub theme
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
### Stylish grub theme
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
### Tela grub theme
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
### Slaze grub theme
|
||||||
|
|
||||||
|

|
||||||
|
BIN
assets/assets-color/icons-1080p/Manjaro.i686.png
Normal file
After Width: | Height: | Size: 1.0 KiB |
BIN
assets/assets-color/icons-1080p/Manjaro.x86_64.png
Normal file
After Width: | Height: | Size: 1.0 KiB |
BIN
assets/assets-color/icons-1080p/antergos.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
assets/assets-color/icons-1080p/arch.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
assets/assets-color/icons-1080p/archlinux.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
assets/assets-color/icons-1080p/arcolinux.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
assets/assets-color/icons-1080p/cancel.png
Normal file
After Width: | Height: | Size: 1013 B |
BIN
assets/assets-color/icons-1080p/chakra.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
assets/assets-color/icons-1080p/debian.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
assets/assets-color/icons-1080p/deepin.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
assets/assets-color/icons-1080p/driver.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
assets/assets-color/icons-1080p/edit.png
Normal file
After Width: | Height: | Size: 922 B |
BIN
assets/assets-color/icons-1080p/efi.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
assets/assets-color/icons-1080p/elementary.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
assets/assets-color/icons-1080p/endeavouros.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
assets/assets-color/icons-1080p/fedora.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
assets/assets-color/icons-1080p/find.efi.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
assets/assets-color/icons-1080p/find.none.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
assets/assets-color/icons-1080p/freebsd.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
assets/assets-color/icons-1080p/gentoo.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
assets/assets-color/icons-1080p/gnu-linux.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
assets/assets-color/icons-1080p/haiku.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
assets/assets-color/icons-1080p/help.png
Normal file
After Width: | Height: | Size: 965 B |
BIN
assets/assets-color/icons-1080p/kali.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
assets/assets-color/icons-1080p/kaos.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
assets/assets-color/icons-1080p/kbd.png
Normal file
After Width: | Height: | Size: 915 B |
BIN
assets/assets-color/icons-1080p/korora.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
assets/assets-color/icons-1080p/kubuntu.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
assets/assets-color/icons-1080p/lang.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
assets/assets-color/icons-1080p/lfs.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
assets/assets-color/icons-1080p/linux.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
assets/assets-color/icons-1080p/linuxmint.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
assets/assets-color/icons-1080p/lubuntu.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
assets/assets-color/icons-1080p/macosx.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
assets/assets-color/icons-1080p/mageia.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
assets/assets-color/icons-1080p/manjaro.png
Normal file
After Width: | Height: | Size: 1.0 KiB |
BIN
assets/assets-color/icons-1080p/memtest.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
assets/assets-color/icons-1080p/opensuse.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
assets/assets-color/icons-1080p/parrot.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
assets/assets-color/icons-1080p/recovery.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
assets/assets-color/icons-1080p/restart.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
assets/assets-color/icons-1080p/shutdown.png
Normal file
After Width: | Height: | Size: 1.0 KiB |
BIN
assets/assets-color/icons-1080p/siduction.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
assets/assets-color/icons-1080p/solus.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
assets/assets-color/icons-1080p/steamos.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
assets/assets-color/icons-1080p/type.png
Normal file
After Width: | Height: | Size: 837 B |
BIN
assets/assets-color/icons-1080p/tz.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
assets/assets-color/icons-1080p/ubuntu.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
assets/assets-color/icons-1080p/unknown.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
assets/assets-color/icons-1080p/unset.png
Normal file
After Width: | Height: | Size: 1000 B |
BIN
assets/assets-color/icons-1080p/void.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
assets/assets-color/icons-1080p/windows.png
Normal file
After Width: | Height: | Size: 1020 B |
BIN
assets/assets-color/icons-1080p/xubuntu.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
assets/assets-color/icons-2k/Manjaro.i686.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
assets/assets-color/icons-2k/Manjaro.x86_64.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
assets/assets-color/icons-2k/antergos.png
Normal file
After Width: | Height: | Size: 2.1 KiB |
BIN
assets/assets-color/icons-2k/arch.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
assets/assets-color/icons-2k/archlinux.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
assets/assets-color/icons-2k/arcolinux.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
assets/assets-color/icons-2k/cancel.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
assets/assets-color/icons-2k/chakra.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
BIN
assets/assets-color/icons-2k/debian.png
Normal file
After Width: | Height: | Size: 2.0 KiB |
BIN
assets/assets-color/icons-2k/deepin.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
assets/assets-color/icons-2k/driver.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
assets/assets-color/icons-2k/edit.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
assets/assets-color/icons-2k/efi.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
assets/assets-color/icons-2k/elementary.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
BIN
assets/assets-color/icons-2k/endeavouros.png
Normal file
After Width: | Height: | Size: 2.1 KiB |
BIN
assets/assets-color/icons-2k/fedora.png
Normal file
After Width: | Height: | Size: 2.1 KiB |
BIN
assets/assets-color/icons-2k/find.efi.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
assets/assets-color/icons-2k/find.none.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
assets/assets-color/icons-2k/freebsd.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
assets/assets-color/icons-2k/gentoo.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
assets/assets-color/icons-2k/gnu-linux.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
assets/assets-color/icons-2k/haiku.png
Normal file
After Width: | Height: | Size: 2.6 KiB |
BIN
assets/assets-color/icons-2k/help.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
assets/assets-color/icons-2k/kali.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
assets/assets-color/icons-2k/kaos.png
Normal file
After Width: | Height: | Size: 2.0 KiB |
BIN
assets/assets-color/icons-2k/kbd.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
assets/assets-color/icons-2k/korora.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
assets/assets-color/icons-2k/kubuntu.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
BIN
assets/assets-color/icons-2k/lang.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
assets/assets-color/icons-2k/lfs.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
assets/assets-color/icons-2k/linux.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
assets/assets-color/icons-2k/linuxmint.png
Normal file
After Width: | Height: | Size: 2.1 KiB |
BIN
assets/assets-color/icons-2k/lubuntu.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
BIN
assets/assets-color/icons-2k/macosx.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
assets/assets-color/icons-2k/mageia.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
assets/assets-color/icons-2k/manjaro.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
assets/assets-color/icons-2k/memtest.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
assets/assets-color/icons-2k/opensuse.png
Normal file
After Width: | Height: | Size: 2.5 KiB |
BIN
assets/assets-color/icons-2k/parrot.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
assets/assets-color/icons-2k/recovery.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
assets/assets-color/icons-2k/restart.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
assets/assets-color/icons-2k/shutdown.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
assets/assets-color/icons-2k/siduction.png
Normal file
After Width: | Height: | Size: 2.0 KiB |
BIN
assets/assets-color/icons-2k/solus.png
Normal file
After Width: | Height: | Size: 2.6 KiB |
BIN
assets/assets-color/icons-2k/steamos.png
Normal file
After Width: | Height: | Size: 2.2 KiB |