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