@ -91,17 +91,17 @@ install() {
local screen = "1080p"
local screen = "1080p"
fi
fi
if [ [ ${ screen } = = '1080p_21:9' && ${ name } = = 'Slaze' ] ] ; then
prompt -e "ultrawide 1080p does not support Slaze theme"
exit 1
fi
if [ [ ${ custom_background } = = 'custom-background' ] ] ; then
if [ [ ${ custom_background } = = 'custom-background' ] ] ; then
local custom_background = "custom-background"
local custom_background = "custom-background"
else
else
local custom_background = "default-background"
local custom_background = "default-background"
fi
fi
if [ [ ${ screen } = = '1080p_21:9' && ${ name } = = 'Slaze' ] ] ; then
prompt -e "ultrawide 1080p does not support Slaze theme"
exit 1
fi
if [ [ ${ icon } = = 'white' ] ] ; then
if [ [ ${ icon } = = 'white' ] ] ; then
local icon = "white"
local icon = "white"
else
else
@ -110,6 +110,7 @@ install() {
# Check for root access and proceed if it is present
# Check for root access and proceed if it is present
if [ " $UID " -eq " $ROOT_UID " ] ; then
if [ " $UID " -eq " $ROOT_UID " ] ; then
clear
clear
if [ [ " ${ custom_background } " = = "custom-background" ] ] ; then
if [ [ " ${ custom_background } " = = "custom-background" ] ] ; then