edit launcher.sh
This commit is contained in:
parent
69f24b5363
commit
a46b257653
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user