Compare commits
57 Commits
2021-12-05
...
02ec0a888b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
02ec0a888b | ||
|
|
cd5fee4582 | ||
|
|
9c673d5a34 | ||
|
|
20c00af363 | ||
|
|
5a9e5b58a0 | ||
|
|
8d2f2e17b8 | ||
|
|
c991e3a3a7 | ||
|
|
bf840ebdb7 | ||
|
|
1358b497d9 | ||
|
|
8383f6b4f8 | ||
|
|
4c7bba04ac | ||
|
|
4deac71ab4 | ||
|
|
8cd0ea9b4a | ||
|
|
c1f9aeaf83 | ||
|
|
d0a481efa1 | ||
|
|
7c0d8eb784 | ||
|
|
8a5ebe97fa | ||
|
|
bde73b88ed | ||
|
|
bfedd16365 | ||
|
|
7e8a1ea758 | ||
|
|
c106dfb9b5 | ||
|
|
7033bb66e5 | ||
|
|
b0dca256c3 | ||
|
|
ece050a022 | ||
|
|
530859b0b3 | ||
|
|
375b7d0f0a | ||
|
|
48338ec6a3 | ||
|
|
e77cbfa662 | ||
|
|
967a302d8f | ||
|
|
7ab56dc587 | ||
|
|
8303aa2825 | ||
|
|
b10a5fd4c8 | ||
|
|
8627f86ce5 | ||
|
|
fd78958d50 | ||
|
|
c6e2967f06 | ||
|
|
6b58676c4d | ||
|
|
fa74d1b6af | ||
|
|
29dd80dd70 | ||
|
|
20a8f12488 | ||
|
|
b5b4780418 | ||
|
|
3f5624833d | ||
|
|
f4f3354233 | ||
|
|
a4bff7bf91 | ||
|
|
86caf618c3 | ||
|
|
4f3b99cdf3 | ||
|
|
53f899da9c | ||
|
|
2fd6eb9b66 | ||
|
|
824064faa9 | ||
|
|
70ff68055b | ||
|
|
e5b869f186 | ||
|
|
9e440c4bbc | ||
|
|
468bee78f5 | ||
|
|
9d244c9d07 | ||
|
|
d27e1caf5f | ||
|
|
2824010b86 | ||
|
|
f1e03b4949 | ||
|
|
41de75c50e |
40
README.md
@@ -4,26 +4,38 @@
|
||||
|
||||
Usage: `sudo ./install.sh [OPTIONS...]`
|
||||
|
||||
| Options: | Description: |
|
||||
|:-----------------------|:-------------|
|
||||
| -b, --boot | Install grub theme into `/boot/grub/themes` |
|
||||
| -t, --theme | theme variant(s) [tela/vimix/stylish/slaze/whitesur] (default is tela)"
|
||||
| -i, --icon | icon variant(s) [color/white/whitesur] (default is color)"
|
||||
| -s, --screen | screen resolution variant(s) [1080p/2k/4k/ultrawide/ultrawide2k] (default is 1080p)"
|
||||
| -r, --remove [THEME] | Uninstall selected theme |
|
||||
| -h, --help | Show this help |
|
||||
```
|
||||
-t, --theme theme variant(s) [tela|vimix|stylish|whitesur] (default is tela)
|
||||
-i, --icon icon variant(s) [color|white|whitesur] (default is color)
|
||||
-s, --screen screen display variant(s) [1080p|2k|4k|ultrawide|ultrawide2k] (default is 1080p)
|
||||
-r, --remove Remove theme [tela|vimix|stylish|whitesur] (must add theme name option, default is tela)
|
||||
|
||||
-b, --boot install theme into '/boot/grub' or '/boot/grub2'
|
||||
-g, --generate do not install but generate theme into chosen directory (must add your directory)
|
||||
|
||||
-h, --help Show this help
|
||||
```
|
||||
|
||||
_If no options are used, a user interface `dialog` will show up instead_
|
||||
|
||||
### Examples:
|
||||
- Install Tela theme on 2k display device:
|
||||
- `sudo ./install.sh -t tela -s 2k`
|
||||
|
||||
```sh
|
||||
sudo ./install.sh -t tela -s 2k
|
||||
```
|
||||
|
||||
- Install Tela theme into /boot/grub/themes:
|
||||
- `sudo ./install.sh -b -t tela`
|
||||
|
||||
```sh
|
||||
sudo ./install.sh -b -t tela
|
||||
```
|
||||
|
||||
- Uninstall Tela theme:
|
||||
- `sudo ./install.sh -r -t tela`
|
||||
|
||||
```sh
|
||||
sudo ./install.sh -r -t tela
|
||||
```
|
||||
|
||||
## Issues / tweaks:
|
||||
|
||||
@@ -38,7 +50,11 @@ _If no options are used, a user interface `dialog` will show up instead_
|
||||
|
||||
- Make sure you have `imagemagick` installed, or at least something that provides `convert`
|
||||
- Find the resolution of your display, and make sure your background matches the resolution
|
||||
- (1920x1080 -> --1080p, 2560x1080 -> --ultrawide, 2560x1440 -> --2k, 3440x1440 -> --ultrawide2k, 3840x2160 -> --4k)
|
||||
- 1920x1080 >> 1080p
|
||||
- 2560x1080 >> ultrawide
|
||||
- 2560x1440 >> 2k
|
||||
- 3440x1440 >> ultrawide2k
|
||||
- 3840x2160 >> 4k
|
||||
- Place your custom background inside the root of the project, and name it `background.jpg`
|
||||
- Run the installer like normal, but with -s `[YOUR_RESOLUTION]` and -t `[THEME]` and -i `[ICON]`
|
||||
- Make sure to replace `[YOUR_RESOLUTION]` with your resolution and `[THEME]` with the theme
|
||||
|
||||
|
Before Width: | Height: | Size: 527 B After Width: | Height: | Size: 527 B |
|
Before Width: | Height: | Size: 527 B After Width: | Height: | Size: 527 B |
BIN
assets/assets-color/icons-1080p/archcraft.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
assets/assets-color/icons-1080p/brunch-settings.png
Normal file
|
After Width: | Height: | Size: 794 B |
BIN
assets/assets-color/icons-1080p/brunch.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 527 B After Width: | Height: | Size: 527 B |
|
Before Width: | Height: | Size: 527 B After Width: | Height: | Size: 527 B |
BIN
assets/assets-color/icons-1080p/nixos.png
Normal file
|
After Width: | Height: | Size: 1023 B |
BIN
assets/assets-color/icons-1080p/ubuntuDDE.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 763 B After Width: | Height: | Size: 770 B |
|
Before Width: | Height: | Size: 763 B After Width: | Height: | Size: 770 B |
BIN
assets/assets-color/icons-2k/archcraft.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
assets/assets-color/icons-2k/brunch-settings.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
assets/assets-color/icons-2k/brunch.png
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.9 KiB |
|
Before Width: | Height: | Size: 763 B After Width: | Height: | Size: 770 B |
|
Before Width: | Height: | Size: 763 B After Width: | Height: | Size: 770 B |
BIN
assets/assets-color/icons-2k/nixos.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
assets/assets-color/icons-2k/ubuntuDDE.png
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 1006 B After Width: | Height: | Size: 1005 B |
|
Before Width: | Height: | Size: 1006 B After Width: | Height: | Size: 1005 B |
BIN
assets/assets-color/icons-4k/archcraft.png
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
BIN
assets/assets-color/icons-4k/brunch-settings.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
assets/assets-color/icons-4k/brunch.png
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.6 KiB |
|
Before Width: | Height: | Size: 1006 B After Width: | Height: | Size: 1005 B |
|
Before Width: | Height: | Size: 1006 B After Width: | Height: | Size: 1005 B |
BIN
assets/assets-color/icons-4k/nixos.png
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
BIN
assets/assets-color/icons-4k/ubuntuDDE.png
Normal file
|
After Width: | Height: | Size: 2.7 KiB |
BIN
assets/assets-white/icons-1080p/archcraft.png
Normal file
|
After Width: | Height: | Size: 414 B |
BIN
assets/assets-white/icons-1080p/brunch-settings.png
Normal file
|
After Width: | Height: | Size: 612 B |
BIN
assets/assets-white/icons-1080p/brunch.png
Normal file
|
After Width: | Height: | Size: 797 B |
BIN
assets/assets-white/icons-1080p/nixos.png
Normal file
|
After Width: | Height: | Size: 608 B |
BIN
assets/assets-white/icons-1080p/ubuntuDDE.png
Normal file
|
After Width: | Height: | Size: 641 B |
BIN
assets/assets-white/icons-2k/archcraft.png
Normal file
|
After Width: | Height: | Size: 599 B |
BIN
assets/assets-white/icons-2k/brunch-settings.png
Normal file
|
After Width: | Height: | Size: 913 B |
BIN
assets/assets-white/icons-2k/brunch.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
assets/assets-white/icons-2k/nixos.png
Normal file
|
After Width: | Height: | Size: 916 B |
BIN
assets/assets-white/icons-2k/ubuntuDDE.png
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
assets/assets-white/icons-4k/archcraft.png
Normal file
|
After Width: | Height: | Size: 819 B |
BIN
assets/assets-white/icons-4k/brunch-settings.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
assets/assets-white/icons-4k/brunch.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
assets/assets-white/icons-4k/nixos.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
assets/assets-white/icons-4k/ubuntuDDE.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 582 B After Width: | Height: | Size: 587 B |
|
Before Width: | Height: | Size: 582 B After Width: | Height: | Size: 587 B |
BIN
assets/assets-whitesur/icons-1080p/archcraft.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
assets/assets-whitesur/icons-1080p/brunch-settings.png
Normal file
|
After Width: | Height: | Size: 679 B |
BIN
assets/assets-whitesur/icons-1080p/brunch.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 582 B After Width: | Height: | Size: 587 B |
|
Before Width: | Height: | Size: 582 B After Width: | Height: | Size: 587 B |
BIN
assets/assets-whitesur/icons-1080p/nixos.png
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
assets/assets-whitesur/icons-1080p/ubuntuDDE.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 803 B After Width: | Height: | Size: 822 B |
|
Before Width: | Height: | Size: 803 B After Width: | Height: | Size: 822 B |
BIN
assets/assets-whitesur/icons-2k/archcraft.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
assets/assets-whitesur/icons-2k/brunch-settings.png
Normal file
|
After Width: | Height: | Size: 1016 B |
BIN
assets/assets-whitesur/icons-2k/brunch.png
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 803 B After Width: | Height: | Size: 822 B |
|
Before Width: | Height: | Size: 803 B After Width: | Height: | Size: 822 B |
BIN
assets/assets-whitesur/icons-2k/nixos.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
assets/assets-whitesur/icons-2k/ubuntuDDE.png
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 987 B After Width: | Height: | Size: 994 B |
|
Before Width: | Height: | Size: 987 B After Width: | Height: | Size: 994 B |
BIN
assets/assets-whitesur/icons-4k/archcraft.png
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
BIN
assets/assets-whitesur/icons-4k/brunch-settings.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
assets/assets-whitesur/icons-4k/brunch.png
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 987 B After Width: | Height: | Size: 994 B |
|
Before Width: | Height: | Size: 987 B After Width: | Height: | Size: 994 B |
BIN
assets/assets-whitesur/icons-4k/nixos.png
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
assets/assets-whitesur/icons-4k/ubuntuDDE.png
Normal file
|
After Width: | Height: | Size: 2.4 KiB |
|
Before Width: | Height: | Size: 162 KiB After Width: | Height: | Size: 171 KiB |
|
Before Width: | Height: | Size: 114 KiB After Width: | Height: | Size: 133 KiB |
|
Before Width: | Height: | Size: 175 KiB After Width: | Height: | Size: 208 KiB |
@@ -42,7 +42,11 @@ neon
|
||||
artix
|
||||
kernel
|
||||
zorin
|
||||
nixos
|
||||
gpart
|
||||
ubuntuDDE
|
||||
archcraft
|
||||
brunch
|
||||
|
||||
recovery
|
||||
restart
|
||||
@@ -60,3 +64,4 @@ type
|
||||
tz
|
||||
unset
|
||||
submenu
|
||||
brunch-settings
|
||||
|
||||
164
flake.nix
Normal file
@@ -0,0 +1,164 @@
|
||||
{
|
||||
description = "Flake to manage grub2 themes from vinceliuice";
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/master";
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs }:
|
||||
let
|
||||
system = "x86_64-linux";
|
||||
pkgs = import nixpkgs {
|
||||
inherit system;
|
||||
};
|
||||
in
|
||||
with nixpkgs.lib;
|
||||
rec {
|
||||
nixosModules.default = { config, ... }:
|
||||
let
|
||||
cfg = config.boot.loader.grub2-theme;
|
||||
splashImage = if cfg.splashImage == null then "" else cfg.splashImage;
|
||||
hasBootMenuConfig = cfg.bootMenuConfig != null;
|
||||
hasTerminalConfig = cfg.terminalConfig != null;
|
||||
resolutions = {
|
||||
"1080p" = "1920x1080";
|
||||
"ultrawide" = "2560x1080";
|
||||
"2k" = "2560x1440";
|
||||
"4k" = "3840x2160";
|
||||
"ultrawide2k" = "3440x1440";
|
||||
};
|
||||
grub2-theme = pkgs.stdenv.mkDerivation {
|
||||
name = "grub2-theme";
|
||||
src = "${self}";
|
||||
installPhase = ''
|
||||
mkdir -p $out/grub/themes;
|
||||
bash ./install.sh \
|
||||
--generate $out/grub/themes \
|
||||
--screen ${cfg.screen} \
|
||||
--theme ${cfg.theme} \
|
||||
--icon ${cfg.icon};
|
||||
|
||||
if [ -n "${splashImage}" ]; then
|
||||
filename=$(basename -- "${splashImage}")
|
||||
extension="''${filename##*.}"
|
||||
rm $out/grub/themes/${cfg.theme}/background.jpg;
|
||||
cp ${splashImage} $out/grub/themes/${cfg.theme}/background.$extension;
|
||||
cp ${splashImage} $out/grub/themes/${cfg.theme}/background;
|
||||
sed -i "s/background.jpg/background.$extension/g" $out/grub/themes/${cfg.theme}/theme.txt;
|
||||
fi;
|
||||
if [ ${pkgs.lib.trivial.boolToString cfg.footer} == "false" ]; then
|
||||
sed -i ':again;$!N;$!b again; s/\+ image {[^}]*}//g' $out/grub/themes/${cfg.theme}/theme.txt;
|
||||
fi;
|
||||
if [ ${pkgs.lib.trivial.boolToString hasBootMenuConfig} == "true" ]; then
|
||||
sed -i ':again;$!N;$!b again; s/\+ boot_menu {[^}]*}//g' $out/grub/themes/${cfg.theme}/theme.txt;
|
||||
cat << EOF >> $out/grub/themes/${cfg.theme}/theme.txt
|
||||
+ boot_menu {
|
||||
${if cfg.bootMenuConfig == null then "" else cfg.bootMenuConfig}
|
||||
}
|
||||
EOF
|
||||
fi;
|
||||
if [ ${pkgs.lib.trivial.boolToString hasTerminalConfig} == "true" ]; then
|
||||
sed -i 's/^terminal-.*$//g' $out/grub/themes/${cfg.theme}/theme.txt
|
||||
cat << EOF >> $out/grub/themes/${cfg.theme}/theme.txt
|
||||
${if cfg.terminalConfig == null then "" else cfg.terminalConfig}
|
||||
EOF
|
||||
fi;
|
||||
'';
|
||||
};
|
||||
resolution = resolutions."${cfg.screen}";
|
||||
in
|
||||
rec {
|
||||
options = {
|
||||
boot.loader.grub2-theme = {
|
||||
enable = mkOption {
|
||||
default = true;
|
||||
example = true;
|
||||
type = types.bool;
|
||||
description = ''
|
||||
Enable grub2 theming
|
||||
'';
|
||||
};
|
||||
theme = mkOption {
|
||||
default = "tela";
|
||||
example = "tela";
|
||||
type = types.enum [ "tela" "vimix" "stylish" "whitesur" ];
|
||||
description = ''
|
||||
The theme to use for grub2.
|
||||
'';
|
||||
};
|
||||
icon = mkOption {
|
||||
default = "white";
|
||||
example = "white";
|
||||
type = types.enum [ "color" "white" "whitesur" ];
|
||||
description = ''
|
||||
The icon to use for grub2.
|
||||
'';
|
||||
};
|
||||
screen = mkOption {
|
||||
default = "1080p";
|
||||
example = "1080p";
|
||||
type = types.enum [ "1080p" "2k" "4k" "ultrawide" "ultrawide2k" ];
|
||||
description = ''
|
||||
The screen resolution to use for grub2.
|
||||
'';
|
||||
};
|
||||
splashImage = mkOption {
|
||||
default = null;
|
||||
example = "/my/path/background.jpg";
|
||||
type = types.nullOr types.path;
|
||||
description = ''
|
||||
The path of the image to use for background (must be jpg or png).
|
||||
'';
|
||||
};
|
||||
bootMenuConfig = mkOption {
|
||||
default = null;
|
||||
example = "left = 30%";
|
||||
type = types.nullOr types.string;
|
||||
description = ''
|
||||
Grub theme definition for boot_menu.
|
||||
Refer to config/theme-*.txt for reference.
|
||||
'';
|
||||
};
|
||||
terminalConfig = mkOption {
|
||||
default = null;
|
||||
example = "terminal-font: \"Terminus Regular 18\"";
|
||||
type = types.nullOr types.string;
|
||||
description = ''
|
||||
Replaces grub theme definition for terminial-*.
|
||||
Refer to config/theme-*.txt for reference.
|
||||
'';
|
||||
};
|
||||
footer = mkOption {
|
||||
default = true;
|
||||
example = true;
|
||||
type = types.bool;
|
||||
description = ''
|
||||
Whether to include the image footer.
|
||||
'';
|
||||
};
|
||||
};
|
||||
};
|
||||
config = mkIf cfg.enable (mkMerge [{
|
||||
environment.systemPackages = [
|
||||
grub2-theme
|
||||
];
|
||||
boot.loader.grub =
|
||||
let
|
||||
ext = if cfg.splashImage == null then "jpg" else last (splitString "." cfg.splashImage);
|
||||
in
|
||||
{
|
||||
theme = "${grub2-theme}/grub/themes/${cfg.theme}";
|
||||
splashImage =
|
||||
"${grub2-theme}/grub/themes/${cfg.theme}/background.${ext}";
|
||||
gfxmodeEfi = "${resolution},auto";
|
||||
gfxmodeBios = "${resolution},auto";
|
||||
extraConfig = ''
|
||||
insmod gfxterm
|
||||
insmod png
|
||||
set icondir=($root)/theme/icons
|
||||
'';
|
||||
};
|
||||
}]);
|
||||
};
|
||||
};
|
||||
}
|
||||
390
install.sh
@@ -1,10 +1,8 @@
|
||||
#! /usr/bin/env bash
|
||||
|
||||
# Grub2 Themes
|
||||
set -o errexit
|
||||
# Exit Immediately if a command fails
|
||||
set -o errexit
|
||||
|
||||
[ GLOBAL::CONF ]
|
||||
{
|
||||
readonly ROOT_UID=0
|
||||
readonly Project_Name="GRUB2::THEMES"
|
||||
readonly MAX_DELAY=20 # max delay for user to enter root password
|
||||
@@ -12,13 +10,15 @@ tui_root_login=
|
||||
|
||||
THEME_DIR="/usr/share/grub/themes"
|
||||
REO_DIR="$(cd $(dirname $0) && pwd)"
|
||||
}
|
||||
|
||||
THEME_VARIANTS=('tela' 'vimix' 'stylish' 'whitesur')
|
||||
ICON_VARIANTS=('color' 'white' 'whitesur')
|
||||
SCREEN_VARIANTS=('1080p' '2k' '4k' 'ultrawide' 'ultrawide2k')
|
||||
|
||||
#COLORS
|
||||
#################################
|
||||
# :::::: C O L O R S :::::: #
|
||||
#################################
|
||||
|
||||
CDEF=" \033[0m" # default color
|
||||
CCIN=" \033[0;36m" # info color
|
||||
CGSC=" \033[0;32m" # success color
|
||||
@@ -30,6 +30,10 @@ b_CGSC=" \033[1;32m" # bold success color
|
||||
b_CRER=" \033[1;31m" # bold error color
|
||||
b_CWAR=" \033[1;33m" # bold warning color
|
||||
|
||||
#######################################
|
||||
# :::::: F U N C T I O N S :::::: #
|
||||
#######################################
|
||||
|
||||
# echo like ... with flag type and display message colors
|
||||
prompt () {
|
||||
case ${1} in
|
||||
@@ -49,18 +53,74 @@ prompt () {
|
||||
|
||||
# Check command availability
|
||||
function has_command() {
|
||||
command -v $1 > /dev/null
|
||||
command -v $1 &> /dev/null #with "&>", all output will be redirected.
|
||||
}
|
||||
|
||||
usage() {
|
||||
printf "%s\n" "Usage: ${0##*/} [OPTIONS...]"
|
||||
printf "\n%s\n" "OPTIONS:"
|
||||
printf " %-25s%s\n" "-b, --boot" "install grub theme into /boot/grub/themes"
|
||||
printf " %-25s%s\n" "-t, --theme" "theme variant(s) [tela|vimix|stylish|whitesur] (default is tela)"
|
||||
printf " %-25s%s\n" "-i, --icon" "icon variant(s) [color|white|whitesur] (default is color)"
|
||||
printf " %-25s%s\n" "-s, --screen" "screen display variant(s) [1080p|2k|4k|ultrawide|ultrawide2k] (default is 1080p)"
|
||||
printf " %-25s%s\n" "-r, --remove" "Remove theme (must add theme name option)"
|
||||
printf " %-25s%s\n" "-h, --help" "Show this help"
|
||||
cat << EOF
|
||||
|
||||
Usage: $0 [OPTION]...
|
||||
|
||||
OPTIONS:
|
||||
-t, --theme theme variant(s) [tela|vimix|stylish|whitesur] (default is tela)
|
||||
-i, --icon icon variant(s) [color|white|whitesur] (default is color)
|
||||
-s, --screen screen display variant(s) [1080p|2k|4k|ultrawide|ultrawide2k] (default is 1080p)
|
||||
-r, --remove Remove theme [tela|vimix|stylish|whitesur] (must add theme name option, default is tela)
|
||||
|
||||
-b, --boot install theme into '/boot/grub' or '/boot/grub2'
|
||||
-g, --generate do not install but generate theme into chosen directory (must add your directory)
|
||||
|
||||
-h, --help Show this help
|
||||
|
||||
EOF
|
||||
}
|
||||
|
||||
generate() {
|
||||
if [[ "${install_boot}" == 'true' ]]; then
|
||||
if [[ -d "/boot/efi/EFI/fedora" ]]; then
|
||||
THEME_DIR='/boot/efi/EFI/fedora/themes'
|
||||
fi
|
||||
if [[ -d "/boot/grub" ]]; then
|
||||
THEME_DIR='/boot/grub/themes'
|
||||
elif [[ -d "/boot/grub2" ]]; then
|
||||
THEME_DIR='/boot/grub2/themes'
|
||||
fi
|
||||
fi
|
||||
|
||||
# Make a themes directory if it doesn't exist
|
||||
prompt -i "\n Checking for the existence of themes directory..."
|
||||
|
||||
[[ -d "${THEME_DIR}/${theme}" ]] && rm -rf "${THEME_DIR}/${theme}"
|
||||
mkdir -p "${THEME_DIR}/${theme}"
|
||||
|
||||
# Copy theme
|
||||
prompt -i "\n Installing ${theme} ${icon} ${screen} theme..."
|
||||
|
||||
# Don't preserve ownership because the owner will be root, and that causes the script to crash if it is ran from terminal by sudo
|
||||
cp -a --no-preserve=ownership "${REO_DIR}/common/"{*.png,*.pf2} "${THEME_DIR}/${theme}"
|
||||
cp -a --no-preserve=ownership "${REO_DIR}/config/theme-${screen}.txt" "${THEME_DIR}/${theme}/theme.txt"
|
||||
cp -a --no-preserve=ownership "${REO_DIR}/backgrounds/${screen}/background-${theme}.jpg" "${THEME_DIR}/${theme}/background.jpg"
|
||||
|
||||
# Use custom background.jpg as grub background image
|
||||
if [[ -f "${REO_DIR}/background.jpg" ]]; then
|
||||
prompt -w "\n Using custom background.jpg as grub background image..."
|
||||
cp -a --no-preserve=ownership "${REO_DIR}/background.jpg" "${THEME_DIR}/${theme}/background.jpg"
|
||||
convert -auto-orient "${THEME_DIR}/${theme}/background.jpg" "${THEME_DIR}/${theme}/background.jpg"
|
||||
fi
|
||||
|
||||
if [[ ${screen} == 'ultrawide' ]]; then
|
||||
cp -a --no-preserve=ownership "${REO_DIR}/assets/assets-${icon}/icons-1080p" "${THEME_DIR}/${theme}/icons"
|
||||
cp -a --no-preserve=ownership "${REO_DIR}/assets/assets-select/select-1080p/"*.png "${THEME_DIR}/${theme}"
|
||||
cp -a --no-preserve=ownership "${REO_DIR}/assets/info-1080p.png" "${THEME_DIR}/${theme}/info.png"
|
||||
elif [[ ${screen} == 'ultrawide2k' ]]; then
|
||||
cp -a --no-preserve=ownership "${REO_DIR}/assets/assets-${icon}/icons-2k" "${THEME_DIR}/${theme}/icons"
|
||||
cp -a --no-preserve=ownership "${REO_DIR}/assets/assets-select/select-2k/"*.png "${THEME_DIR}/${theme}"
|
||||
cp -a --no-preserve=ownership "${REO_DIR}/assets/info-2k.png" "${THEME_DIR}/${theme}/info.png"
|
||||
else
|
||||
cp -a --no-preserve=ownership "${REO_DIR}/assets/assets-${icon}/icons-${screen}" "${THEME_DIR}/${theme}/icons"
|
||||
cp -a --no-preserve=ownership "${REO_DIR}/assets/assets-select/select-${screen}/"*.png "${THEME_DIR}/${theme}"
|
||||
cp -a --no-preserve=ownership "${REO_DIR}/assets/info-${screen}.png" "${THEME_DIR}/${theme}/info.png"
|
||||
fi
|
||||
}
|
||||
|
||||
install() {
|
||||
@@ -72,46 +132,24 @@ install() {
|
||||
if [[ "$UID" -eq "$ROOT_UID" ]]; then
|
||||
clear
|
||||
|
||||
# Create themes directory if it didn't exist
|
||||
prompt -s "\n Checking for the existence of themes directory..."
|
||||
|
||||
[[ -d "${THEME_DIR}/${theme}" ]] && rm -rf "${THEME_DIR}/${theme}"
|
||||
mkdir -p "${THEME_DIR}/${theme}"
|
||||
|
||||
# Copy theme
|
||||
prompt -s "\n Installing ${theme} ${icon} ${screen} theme..."
|
||||
|
||||
# Don't preserve ownership because the owner will be root, and that causes the script to crash if it is ran from terminal by sudo
|
||||
cp -a --no-preserve=ownership "${REO_DIR}/common/"{*.png,*.pf2} "${THEME_DIR}/${theme}"
|
||||
cp -a --no-preserve=ownership "${REO_DIR}/config/theme-${screen}.txt" "${THEME_DIR}/${theme}/theme.txt"
|
||||
cp -a --no-preserve=ownership "${REO_DIR}/backgrounds/${screen}/background-${theme}.jpg" "${THEME_DIR}/${theme}/background.jpg"
|
||||
|
||||
# Use custom background.jpg as grub background image
|
||||
if [[ -f "${REO_DIR}/background.jpg" ]]; then
|
||||
prompt -w "\n Using custom background.jpg as grub background image..."
|
||||
cp -a --no-preserve=ownership "${REO_DIR}/background.jpg" "${THEME_DIR}/${theme}/background.jpg"
|
||||
convert -auto-orient "${THEME_DIR}/${theme}/background.jpg" "${THEME_DIR}/${theme}/background.jpg"
|
||||
fi
|
||||
|
||||
if [[ ${screen} == 'ultrawide' ]]; then
|
||||
cp -a --no-preserve=ownership "${REO_DIR}/assets/assets-${icon}/icons-1080p" "${THEME_DIR}/${theme}/icons"
|
||||
cp -a --no-preserve=ownership "${REO_DIR}/assets/assets-select/select-1080p/"*.png "${THEME_DIR}/${theme}"
|
||||
cp -a --no-preserve=ownership "${REO_DIR}/assets/info-1080p.png" "${THEME_DIR}/${theme}/info.png"
|
||||
elif [[ ${screen} == 'ultrawide2k' ]]; then
|
||||
cp -a --no-preserve=ownership "${REO_DIR}/assets/assets-${icon}/icons-2k" "${THEME_DIR}/${theme}/icons"
|
||||
cp -a --no-preserve=ownership "${REO_DIR}/assets/assets-select/select-2k/"*.png "${THEME_DIR}/${theme}"
|
||||
cp -a --no-preserve=ownership "${REO_DIR}/assets/info-2k.png" "${THEME_DIR}/${theme}/info.png"
|
||||
else
|
||||
cp -a --no-preserve=ownership "${REO_DIR}/assets/assets-${icon}/icons-${screen}" "${THEME_DIR}/${theme}/icons"
|
||||
cp -a --no-preserve=ownership "${REO_DIR}/assets/assets-select/select-${screen}/"*.png "${THEME_DIR}/${theme}"
|
||||
cp -a --no-preserve=ownership "${REO_DIR}/assets/info-${screen}.png" "${THEME_DIR}/${theme}/info.png"
|
||||
fi
|
||||
# Generate the theme in "/usr/share/grub/themes"
|
||||
generate "${theme}" "${icon}" "${screen}"
|
||||
|
||||
# Set theme
|
||||
prompt -s "\n Setting ${theme} as default..."
|
||||
prompt -i "\n Setting ${theme} as default..."
|
||||
|
||||
# Backup grub config
|
||||
cp -an /etc/default/grub /etc/default/grub.bak
|
||||
if [[ -f /etc/default/grub.bak ]]; then
|
||||
prompt -w "\n File '/etc/default/grub.bak' already exists!"
|
||||
# read choice
|
||||
# if [[ "$choice" = 'y' ]]; then
|
||||
# cp -a /etc/default/grub /etc/default/grub.bak
|
||||
# else
|
||||
# prompt -s "Skipping to save a backup configuration in '/etc/default/grub.bak'"
|
||||
# fi
|
||||
else
|
||||
cp -an /etc/default/grub /etc/default/grub.bak
|
||||
fi
|
||||
|
||||
# Fedora workaround to fix the missing unicode.pf2 file (tested on fedora 34): https://bugzilla.redhat.com/show_bug.cgi?id=1739762
|
||||
# This occurs when we add a theme on grub2 with Fedora.
|
||||
@@ -143,6 +181,14 @@ install() {
|
||||
echo "GRUB_THEME=\"${THEME_DIR}/${theme}/theme.txt\"" >> /etc/default/grub
|
||||
fi
|
||||
|
||||
if grep "GRUB_BACKGROUND=" /etc/default/grub 2>&1 >/dev/null; then
|
||||
#Replace GRUB_BACKGROUND
|
||||
sed -i "s|.*GRUB_BACKGROUND=.*|GRUB_BACKGROUND=\"${THEME_DIR}/${theme}/background.jpg\"|" /etc/default/grub
|
||||
else
|
||||
#Append GRUB_BACKGROUND
|
||||
echo "GRUB_BACKGROUND=\"${THEME_DIR}/${theme}/background.jpg\"" >> /etc/default/grub
|
||||
fi
|
||||
|
||||
# Make sure the right resolution for grub is set
|
||||
if [[ ${screen} == '1080p' ]]; then
|
||||
gfxmode="GRUB_GFXMODE=1920x1080,auto"
|
||||
@@ -175,58 +221,59 @@ install() {
|
||||
fi
|
||||
|
||||
# For Kali linux
|
||||
if [[ -f "/etc/default/grub.d/kali-themes.cfg" ]]; then
|
||||
if [[ -f "/etc/default/grub.d/kali-themes.cfg" && ! -f "/etc/default/grub.d/kali-themes.cfg.bak" ]]; then
|
||||
cp -an /etc/default/grub.d/kali-themes.cfg /etc/default/grub.d/kali-themes.cfg.bak
|
||||
sed -i "s|.*GRUB_GFXMODE=.*|${gfxmode}|" /etc/default/grub.d/kali-themes.cfg
|
||||
sed -i "s|.*GRUB_THEME=.*|GRUB_THEME=\"${THEME_DIR}/${theme}/theme.txt\"|" /etc/default/grub.d/kali-themes.cfg
|
||||
fi
|
||||
|
||||
# Update grub config
|
||||
prompt -s "\n Updating grub config...\n"
|
||||
|
||||
prompt -i "\n Updating grub config... \n"
|
||||
updating_grub
|
||||
prompt -w "\n * At the next restart of your computer you will see your new Grub theme: '$theme' \n"
|
||||
|
||||
prompt -w "\n * At the next restart of your computer you will see your new Grub theme: '$theme' "
|
||||
else
|
||||
#Check if password is cached (if cache timestamp not expired yet)
|
||||
sudo -n true 2> /dev/null && echo
|
||||
|
||||
if [[ $? == 0 ]]; then
|
||||
#No need to ask for password
|
||||
sudo "$0" -t ${theme} -i ${icon} -s ${screen}
|
||||
#Check if password is cached (if cache timestamp has not expired yet)
|
||||
elif sudo -n true 2> /dev/null && echo; then
|
||||
if [[ "${install_boot}" == 'true' ]]; then
|
||||
sudo "$0" -t ${theme} -i ${icon} -s ${screen} -b
|
||||
else
|
||||
#Ask for password
|
||||
if [[ -n ${tui_root_login} ]] ; then
|
||||
if [[ -n "${theme}" && -n "${screen}" ]]; then
|
||||
sudo "$0" -t ${theme} -i ${icon} -s ${screen}
|
||||
fi
|
||||
else
|
||||
#Ask for password
|
||||
if [[ -n ${tui_root_login} ]] ; then
|
||||
if [[ -n "${theme}" && -n "${screen}" ]]; then
|
||||
if [[ "${install_boot}" == 'true' ]]; then
|
||||
sudo -S $0 -t ${theme} -i ${icon} -s ${screen} -b <<< ${tui_root_login}
|
||||
else
|
||||
sudo -S $0 -t ${theme} -i ${icon} -s ${screen} <<< ${tui_root_login}
|
||||
fi
|
||||
else
|
||||
prompt -e "\n [ Error! ] -> Run me as root! "
|
||||
read -p " [ Trusted ] Specify the root password : " -t ${MAX_DELAY} -s
|
||||
|
||||
sudo -S echo <<< $REPLY 2> /dev/null && echo
|
||||
|
||||
if [[ $? == 0 ]]; then
|
||||
#Correct password, use with sudo's stdin
|
||||
sudo -S "$0" -t ${theme} -i ${icon} -s ${screen} <<< ${REPLY}
|
||||
fi
|
||||
else
|
||||
prompt -e "\n [ Error! ] -> Run me as root! "
|
||||
read -r -p " [ Trusted ] Specify the root password : " -t ${MAX_DELAY} -s
|
||||
if sudo -S echo <<< $REPLY 2> /dev/null && echo; then
|
||||
#Correct password, use with sudo's stdin
|
||||
if [[ "${install_boot}" == 'true' ]]; then
|
||||
sudo -S "$0" -t ${theme} -i ${icon} -s ${screen} -b <<< ${REPLY}
|
||||
else
|
||||
#block for 3 seconds before allowing another attempt
|
||||
sleep 3
|
||||
prompt -e "\n [ Error! ] -> Incorrect password!\n"
|
||||
exit 1
|
||||
sudo -S "$0" -t ${theme} -i ${icon} -s ${screen} <<< ${REPLY}
|
||||
fi
|
||||
else
|
||||
#block for 3 seconds before allowing another attempt
|
||||
sleep 3
|
||||
prompt -e "\n [ Error! ] -> Incorrect password!\n"
|
||||
exit 1
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
}
|
||||
|
||||
run_dialog() {
|
||||
if [[ -x /usr/bin/dialog ]]; then
|
||||
if [[ "$UID" -ne "$ROOT_UID" ]]; then
|
||||
#Check if password is cached (if cache timestamp not expired yet)
|
||||
sudo -n true 2> /dev/null && echo
|
||||
|
||||
if [[ $? == 0 ]]; then
|
||||
if sudo -n true 2> /dev/null && echo; then
|
||||
#No need to ask for password
|
||||
sudo $0
|
||||
else
|
||||
@@ -237,9 +284,7 @@ run_dialog() {
|
||||
--passwordbox "require root permission" 8 50 \
|
||||
--output-fd 1 )
|
||||
|
||||
sudo -S echo <<< $tui_root_login 2> /dev/null && echo
|
||||
|
||||
if [[ $? == 0 ]]; then
|
||||
if sudo -S echo <<< $tui_root_login 2> /dev/null && echo; then
|
||||
#Correct password, use with sudo's stdin
|
||||
sudo -S "$0" <<< $tui_root_login
|
||||
else
|
||||
@@ -310,12 +355,12 @@ updating_grub() {
|
||||
elif has_command zypper; then
|
||||
grub2-mkconfig -o /boot/grub2/grub.cfg
|
||||
elif has_command dnf; then
|
||||
if [[ -f /boot/efi/EFI/fedora/grub.cfg ]]; then
|
||||
prompt -i "Find config file on /boot/efi/EFI/fedora/grub.cfg ...\n"
|
||||
if [[ -f /boot/efi/EFI/fedora/grub.cfg ]] && (( $(cat /etc/fedora-release | awk '{print $3}') < 34 )); then
|
||||
prompt -s "Find config file on /boot/efi/EFI/fedora/grub.cfg ...\n"
|
||||
grub2-mkconfig -o /boot/efi/EFI/fedora/grub.cfg
|
||||
fi
|
||||
if [[ -f /boot/grub2/grub.cfg ]]; then
|
||||
prompt -i "Find config file on /boot/grub2/grub.cfg ...\n"
|
||||
prompt -s "Find config file on /boot/grub2/grub.cfg ...\n"
|
||||
grub2-mkconfig -o /boot/grub2/grub.cfg
|
||||
fi
|
||||
fi
|
||||
@@ -324,20 +369,24 @@ updating_grub() {
|
||||
prompt -s "\n * All done!"
|
||||
}
|
||||
|
||||
function install_program () {
|
||||
if has_command zypper; then
|
||||
zypper in "$@"
|
||||
elif has_command apt-get; then
|
||||
apt-get install "$@"
|
||||
elif has_command dnf; then
|
||||
dnf install -y "$@"
|
||||
elif has_command yum; then
|
||||
yum install "$@"
|
||||
elif has_command pacman; then
|
||||
pacman -S --noconfirm "$@"
|
||||
fi
|
||||
}
|
||||
|
||||
install_dialog() {
|
||||
if [ ! "$(which dialog 2> /dev/null)" ]; then
|
||||
prompt -w "\n 'dialog' need to be installed for this shell"
|
||||
if has_command zypper; then
|
||||
sudo zypper in dialog
|
||||
elif has_command apt-get; then
|
||||
sudo apt-get install dialog
|
||||
elif has_command dnf; then
|
||||
sudo dnf install -y dialog
|
||||
elif has_command yum; then
|
||||
sudo yum install dialog
|
||||
elif has_command pacman; then
|
||||
sudo pacman -S --noconfirm dialog
|
||||
fi
|
||||
install_program "dialog"
|
||||
fi
|
||||
}
|
||||
|
||||
@@ -346,49 +395,70 @@ remove() {
|
||||
|
||||
# Check for root access and proceed if it is present
|
||||
if [ "$UID" -eq "$ROOT_UID" ]; then
|
||||
echo -e "\n Checking for the existence of themes directory..."
|
||||
prompt -i "Checking for the existence of themes directory..."
|
||||
if [[ -d "${THEME_DIR}/${theme}" ]]; then
|
||||
prompt -i "\n Find installed theme: '${THEME_DIR}/${theme}'..."
|
||||
rm -rf "${THEME_DIR}/${theme}"
|
||||
prompt -w "\n Removed: '${THEME_DIR}/${theme}'..."
|
||||
elif [[ -d "/boot/grub/themes/${theme}" ]]; then
|
||||
prompt -i "\n Find installed theme: '/boot/grub/themes/${theme}'..."
|
||||
rm -rf "/boot/grub/themes/${theme}"
|
||||
prompt -w "\n Removed: '/boot/grub/themes/${theme}'..."
|
||||
elif [[ -d "/boot/grub2/themes/${theme}" ]]; then
|
||||
prompt -i "\n Find installed theme: '/boot/grub2/themes/${theme}'..."
|
||||
rm -rf "/boot/grub2/themes/${theme}"
|
||||
prompt -w "\n Removed: '/boot/grub2/themes/${theme}'..."
|
||||
else
|
||||
prompt -e "\n ${theme} grub theme not exist!"
|
||||
prompt -e "\n Specified ${theme} theme does not exist!"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
# Backup grub config
|
||||
if [[ -f "/etc/default/grub.bak" ]]; then
|
||||
rm -rf /etc/default/grub && mv /etc/default/grub.bak /etc/default/grub
|
||||
local grub_config_location=""
|
||||
|
||||
if [[ -f "/etc/default/grub" ]]; then
|
||||
grub_config_location="/etc/default/grub"
|
||||
elif [[ -f "/etc/default/grub.d/kali-themes.cfg" ]]; then
|
||||
grub_config_location="/etc/default/grub.d/kali-themes.cfg"
|
||||
else
|
||||
prompt -e "\n grub.bak not exist!"
|
||||
exit 0
|
||||
prompt -e "\n Cannot find grub config file in default locations!"
|
||||
prompt -w "\n Please inform the developers by opening an issue on github."
|
||||
prompt -i "\n Exiting..."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# For Kali linux
|
||||
if [[ -f "/etc/default/grub.d/kali-themes.cfg.bak" ]]; then
|
||||
rm -rf /etc/default/grub.d/kali-themes.cfg && mv /etc/default/grub.d/kali-themes.cfg.bak /etc/default/grub.d/kali-themes.cfg
|
||||
local current_theme="" # Declaration and assignment should be done seperately ==> https://github.com/koalaman/shellcheck/wiki/SC2155
|
||||
|
||||
current_theme="$(grep 'GRUB_THEME=' $grub_config_location | grep -v \#)"
|
||||
|
||||
if [[ -n "$current_theme" ]]; then
|
||||
# Backup with --in-place option to grub.bak within the same directory; then remove the current theme.
|
||||
sed --in-place='.bak' "s|$current_theme|#GRUB_THEME=|" "$grub_config_location"
|
||||
|
||||
if [[ -f "$grub_config_location".back ]]; then
|
||||
rm -rf "$grub_config_location".back
|
||||
fi
|
||||
|
||||
# Update grub config
|
||||
prompt -i "\n Resetting grub theme...\n"
|
||||
updating_grub
|
||||
else
|
||||
prompt -e "\n No active theme found."
|
||||
prompt -i "\n Exiting..."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# Update grub config
|
||||
prompt -s "\n Resetting grub theme...\n"
|
||||
|
||||
updating_grub
|
||||
|
||||
else
|
||||
#Check if password is cached (if cache timestamp not expired yet)
|
||||
sudo -n true 2> /dev/null && echo
|
||||
|
||||
if [[ $? == 0 ]]; then
|
||||
if sudo -n true 2> /dev/null && echo; then
|
||||
#No need to ask for password
|
||||
sudo "$0" "${PROG_ARGS[@]}"
|
||||
sudo "$0" -t ${theme} "${PROG_ARGS[@]}"
|
||||
else
|
||||
#Ask for password
|
||||
prompt -e "\n [ Error! ] -> Run me as root! "
|
||||
read -p " [ Trusted ] Specify the root password : " -t ${MAX_DELAY} -s
|
||||
read -r -p " [ Trusted ] Specify the root password : " -t ${MAX_DELAY} -s #when using "read" command, "-r" option must be supplied ==> https://github.com/koalaman/shellcheck/wiki/SC2162
|
||||
|
||||
sudo -S echo <<< $REPLY 2> /dev/null && echo
|
||||
|
||||
if [[ $? == 0 ]]; then
|
||||
if sudo -S echo <<< $REPLY 2> /dev/null && echo; then
|
||||
#Correct password, use with sudo's stdin
|
||||
sudo -S "$0" "${PROG_ARGS[@]}" <<< $REPLY
|
||||
sudo -S "$0" -t ${theme} "${PROG_ARGS[@]}" <<< $REPLY
|
||||
else
|
||||
#block for 3 seconds before allowing another attempt
|
||||
sleep 3
|
||||
@@ -404,19 +474,16 @@ dialog_installer() {
|
||||
if [[ ! -x /usr/bin/dialog ]]; then
|
||||
if [[ $UID -ne $ROOT_UID ]]; then
|
||||
#Check if password is cached (if cache timestamp not expired yet)
|
||||
sudo -n true 2> /dev/null && echo
|
||||
|
||||
if [[ $? == 0 ]]; then
|
||||
if sudo -n true 2> /dev/null && echo; then
|
||||
#No need to ask for password
|
||||
exec sudo $0
|
||||
else
|
||||
#Ask for password
|
||||
prompt -e "\n [ Error! ] -> Run me as root! "
|
||||
read -p " [ Trusted ] Specify the root password : " -t ${MAX_DELAY} -s
|
||||
read -r -p " [ Trusted ] Specify the root password : " -t ${MAX_DELAY} -s
|
||||
|
||||
sudo -S echo <<< $REPLY 2> /dev/null && echo
|
||||
|
||||
if [[ $? == 0 ]]; then
|
||||
if sudo -S echo <<< $REPLY 2> /dev/null && echo; then
|
||||
#Correct password, use with sudo's stdin
|
||||
sudo $0 <<< $REPLY
|
||||
else
|
||||
@@ -431,18 +498,59 @@ dialog_installer() {
|
||||
fi
|
||||
run_dialog
|
||||
install "${theme}" "${icon}" "${screen}"
|
||||
exit 1
|
||||
}
|
||||
|
||||
#######################################################
|
||||
# :::::: A R G U M E N T H A N D L I N G :::::: #
|
||||
#######################################################
|
||||
|
||||
install=install
|
||||
|
||||
while [[ $# -gt 0 ]]; do
|
||||
PROG_ARGS+=("${1}")
|
||||
dialog='false'
|
||||
case "${1}" in
|
||||
-b|--boot)
|
||||
THEME_DIR="/boot/grub/themes"
|
||||
shift 1
|
||||
;;
|
||||
-r|--remove)
|
||||
remove='true'
|
||||
shift
|
||||
for theme in "${@}"; do
|
||||
case "${theme}" in
|
||||
tela)
|
||||
themes+=("${THEME_VARIANTS[0]}")
|
||||
shift
|
||||
;;
|
||||
vimix)
|
||||
themes+=("${THEME_VARIANTS[1]}")
|
||||
shift
|
||||
;;
|
||||
stylish)
|
||||
themes+=("${THEME_VARIANTS[2]}")
|
||||
shift
|
||||
;;
|
||||
whitesur)
|
||||
themes+=("${THEME_VARIANTS[3]}")
|
||||
shift
|
||||
;;
|
||||
-*)
|
||||
break
|
||||
;;
|
||||
*)
|
||||
prompt -e "ERROR: Unrecognized theme variant '$1'."
|
||||
prompt -i "Try '$0 --help' for more information."
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
done
|
||||
;;
|
||||
-g|--generate)
|
||||
shift 1
|
||||
THEME_DIR="${1}"
|
||||
install=generate
|
||||
shift 1
|
||||
;;
|
||||
-b|--boot)
|
||||
install_boot='true'
|
||||
shift 1
|
||||
;;
|
||||
-t|--theme)
|
||||
@@ -465,7 +573,7 @@ while [[ $# -gt 0 ]]; do
|
||||
themes+=("${THEME_VARIANTS[3]}")
|
||||
shift
|
||||
;;
|
||||
-*|--*)
|
||||
-*)
|
||||
break
|
||||
;;
|
||||
*)
|
||||
@@ -492,7 +600,7 @@ while [[ $# -gt 0 ]]; do
|
||||
icons+=("${ICON_VARIANTS[2]}")
|
||||
shift
|
||||
;;
|
||||
-*|--*)
|
||||
-*)
|
||||
break
|
||||
;;
|
||||
*)
|
||||
@@ -527,7 +635,7 @@ while [[ $# -gt 0 ]]; do
|
||||
screens+=("${SCREEN_VARIANTS[4]}")
|
||||
shift
|
||||
;;
|
||||
-*|--*)
|
||||
-*)
|
||||
break
|
||||
;;
|
||||
*)
|
||||
@@ -550,13 +658,17 @@ while [[ $# -gt 0 ]]; do
|
||||
esac
|
||||
done
|
||||
|
||||
#############################
|
||||
# :::::: M A I N :::::: #
|
||||
#############################
|
||||
|
||||
# Show terminal user interface for better use
|
||||
if [[ "${dialog:-}" == 'false' ]]; then
|
||||
if [[ "${remove:-}" != 'true' ]]; then
|
||||
for theme in "${themes[@]-${THEME_VARIANTS[0]}}"; do
|
||||
for icon in "${icons[@]-${ICON_VARIANTS[0]}}"; do
|
||||
for screen in "${screens[@]-${SCREEN_VARIANTS[0]}}"; do
|
||||
install "${theme}" "${icon}" "${screen}"
|
||||
$install "${theme}" "${icon}" "${screen}"
|
||||
done
|
||||
done
|
||||
done
|
||||
@@ -569,4 +681,4 @@ if [[ "${dialog:-}" == 'false' ]]; then
|
||||
dialog_installer
|
||||
fi
|
||||
|
||||
exit 1
|
||||
exit 0
|
||||
|
||||
BIN
preview.png
|
Before Width: | Height: | Size: 922 KiB After Width: | Height: | Size: 937 KiB |