Added config and style paths for myconfig

This commit is contained in:
Stephan Raabe 2023-09-10 15:06:22 +02:00
parent 9952035ff4
commit bc519e77be

View File

@ -18,7 +18,7 @@ killall waybar
# -----------------------------------------------------
if [[ $USER = "raabe" ]]
then
waybar -c ~/dotfiles/waybar/myconfig &
waybar -c ~/dotfiles/waybar/myconfig & -s ~/dotfiles/waybar/style.css
else
waybar &
fi