diff --git a/waybar/launch.sh b/waybar/launch.sh index 2b651e0..a0b4639 100755 --- a/waybar/launch.sh +++ b/waybar/launch.sh @@ -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 = "raabe" ]] +if [[ $USER = "stefan" ]] then waybar -c ~/dotfiles/waybar/themes${arrThemes[0]}/myconfig -s ~/dotfiles/waybar/themes${arrThemes[1]}/style.css & else