more improvements and add nord theme

This commit is contained in:
ksyasuda
2022-01-09 02:33:29 -08:00
parent 9be6dccf79
commit ce27ce7684
4 changed files with 186 additions and 53 deletions

View File

@@ -12,7 +12,7 @@ ROFI_THEME="aniwrapper.rasi"
CFG_FILE="$CFG_DIR/themes/$ROFI_THEME"
QUALITIES="1. high|2. normal (default)|3. low"
QUALITY=normal
THEMES="aniwrapper (default)|dracula|fancy|flamingo|material|onedark"
THEMES="aniwrapper (default)|dracula|fancy|flamingo|material|nord|onedark"
GET_QUALITY=0
VERBOSE=0
IS_ROFI=1
@@ -151,6 +151,9 @@ parse_args() {
material)
ROFI_THEME=aniwrapper-material.rasi
;;
nord)
ROFI_THEME=aniwrapper-nord.rasi
;;
onedark)
ROFI_THEME=aniwrapper-onedark.rasi
;;