install.sh

This commit is contained in:
Spangenberg
2023-10-21 09:38:07 +02:00
parent ebdab7e429
commit a3269bdb52
5 changed files with 7 additions and 5 deletions

View File

@ -22,7 +22,7 @@ if [ ! -f ~/dotfiles/waybar/themes${arrThemes[1]}/style.css ]; then
fi
# Loading the configuration and style file based on the username
if [[ $USER = "stefan" ]]
if [[ $USER = "raabe" ]]
then
waybar -c ~/dotfiles/waybar/themes${arrThemes[0]}/myconfig -s ~/dotfiles/waybar/themes${arrThemes[1]}/style.css &
else