waybar/launcher.sh aktuallisiert

This commit is contained in:
stefan 2023-10-20 15:56:39 +02:00
parent 8b2e53bcbe
commit 78388ec370

View File

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