Minor bugfix

This commit is contained in:
Stephan Raabe
2023-09-13 11:20:50 +02:00
parent 70ebd9bb22
commit 46f08ec666
4 changed files with 25 additions and 6 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ killall waybar
# -----------------------------------------------------
# Loading the configuration based on the username
# -----------------------------------------------------
if [[ $USER = "raabe" ]]
if [[ $USER = "raabe2" ]]
then
waybar -c ~/dotfiles/waybar/myconfig & -s ~/dotfiles/waybar/style.css
else