This commit is contained in:
Vince 2021-07-19 15:34:20 +08:00
parent e9e1d4ada0
commit 06fda13e93
4 changed files with 2 additions and 3 deletions

View file

@ -99,7 +99,7 @@ icon="${ICON_VARIANTS[0]}"
sidebar_size="${SIDEBAR_SIZE_VARIANTS[0]}"
panel_opacity="${PANEL_OPACITY_VARIANTS[0]}"
nautilus_style="${NAUTILUS_STYLE_VARIANTS[0]}"
background="default"
background="blank"
compact="true"
#--Ambigous arguments checking and overriding default values--#

View file

@ -483,8 +483,6 @@ install_themes() {
# "install_theemy" and "install_shelly" require "gtk_base", so multithreading
# isn't possible
background="blank"
install_theme_deps; start_animation; install_beggy
for opacity in "${opacities[@]}"; do

View file

@ -113,6 +113,7 @@ while [[ $# -gt 0 ]]; do
-g|--gdm)
gdm="true"; full_sudo "${1}"
showapps_normal="true" # use normal showapps icon
background="default"
if ! has_command gdm && ! has_command gdm3 && [[ ! -e /usr/sbin/gdm3 ]]; then
prompt -e "'${1}' ERROR: There's no GDM installed in your system"

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB