Fixed #368
This commit is contained in:
parent
e9e1d4ada0
commit
06fda13e93
@ -99,7 +99,7 @@ icon="${ICON_VARIANTS[0]}"
|
|||||||
sidebar_size="${SIDEBAR_SIZE_VARIANTS[0]}"
|
sidebar_size="${SIDEBAR_SIZE_VARIANTS[0]}"
|
||||||
panel_opacity="${PANEL_OPACITY_VARIANTS[0]}"
|
panel_opacity="${PANEL_OPACITY_VARIANTS[0]}"
|
||||||
nautilus_style="${NAUTILUS_STYLE_VARIANTS[0]}"
|
nautilus_style="${NAUTILUS_STYLE_VARIANTS[0]}"
|
||||||
background="default"
|
background="blank"
|
||||||
compact="true"
|
compact="true"
|
||||||
|
|
||||||
#--Ambigous arguments checking and overriding default values--#
|
#--Ambigous arguments checking and overriding default values--#
|
||||||
|
@ -483,8 +483,6 @@ install_themes() {
|
|||||||
# "install_theemy" and "install_shelly" require "gtk_base", so multithreading
|
# "install_theemy" and "install_shelly" require "gtk_base", so multithreading
|
||||||
# isn't possible
|
# isn't possible
|
||||||
|
|
||||||
background="blank"
|
|
||||||
|
|
||||||
install_theme_deps; start_animation; install_beggy
|
install_theme_deps; start_animation; install_beggy
|
||||||
|
|
||||||
for opacity in "${opacities[@]}"; do
|
for opacity in "${opacities[@]}"; do
|
||||||
|
@ -113,6 +113,7 @@ while [[ $# -gt 0 ]]; do
|
|||||||
-g|--gdm)
|
-g|--gdm)
|
||||||
gdm="true"; full_sudo "${1}"
|
gdm="true"; full_sudo "${1}"
|
||||||
showapps_normal="true" # use normal showapps icon
|
showapps_normal="true" # use normal showapps icon
|
||||||
|
background="default"
|
||||||
|
|
||||||
if ! has_command gdm && ! has_command gdm3 && [[ ! -e /usr/sbin/gdm3 ]]; then
|
if ! has_command gdm && ! has_command gdm3 && [[ ! -e /usr/sbin/gdm3 ]]; then
|
||||||
prompt -e "'${1}' ERROR: There's no GDM installed in your system"
|
prompt -e "'${1}' ERROR: There's no GDM installed in your system"
|
||||||
|
BIN
wallpaper-default-gradient.png
Normal file
BIN
wallpaper-default-gradient.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 42 KiB |
Loading…
x
Reference in New Issue
Block a user