This commit is contained in:
Stephan Raabe
2023-09-14 14:34:08 +02:00
parent 06665a3cb6
commit 0a7af4d2bb
10 changed files with 51 additions and 14 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ killall waybar
# -----------------------------------------------------
# Loading the configuration based on the username
# -----------------------------------------------------
if [[ $USER = "raabe2" ]]
if [[ $USER = "raabe" ]]
then
waybar -c ~/dotfiles/waybar/myconfig & -s ~/dotfiles/waybar/style.css
else