Change checking for argument

This commit is contained in:
RealStickman 2021-03-08 08:37:34 +01:00
parent 2c030d64e3
commit c9adf82430

View File

@ -53,7 +53,7 @@ fi
##### arguments #####
##############################
# handle arguments
if [[ ! -z "$1" ]]; then
if [[ "$1" -ne 0 ]]; then
# -t/--theme to change theme
if [[ "$1" == "-t" || "$1" == "--theme" ]]; then
func_seltheme