From 78388ec370b3a5e2cdd7a0cbd765d42a7a8760ba Mon Sep 17 00:00:00 2001 From: stefan Date: Fri, 20 Oct 2023 15:56:39 +0200 Subject: [PATCH] waybar/launcher.sh aktuallisiert --- waybar/launch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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