edit launcher.sh

This commit is contained in:
Spangenberg 2023-10-22 21:13:39 +02:00
parent 69f24b5363
commit a46b257653

View File

@ -15,10 +15,9 @@ else
fi fi
IFS=';' read -ra arrThemes <<< "$themestyle" IFS=';' read -ra arrThemes <<< "$themestyle"
#echo ${arrThemes[0]}
if [ ! -f ~/dotfiles/waybar/themes/${arrThemes[0]}/${arrThemes[1]}/style.css ]; then if [ ! -f ~/dotfiles/waybar/themes/${arrThemes[0]}/${arrThemes[1]}/style.css ]; then
themestyle="/cantina;/cantina/light" themestyle="cantina;light"
fi fi
# Loading the configuration and style file based # Loading the configuration and style file based