waybar themes removed

This commit is contained in:
Spangenberg
2023-10-22 16:37:59 +02:00
parent ca677259b1
commit 507c8e906c
22 changed files with 9 additions and 201 deletions

View File

@ -21,10 +21,5 @@ if [ ! -f ~/dotfiles/waybar/themes${arrThemes[1]}/style.css ]; then
themestyle="/ml4w;/ml4w/light"
fi
# Loading the configuration and style file based on the username
if [[ $USER = "raabe" ]]
then
waybar -c ~/dotfiles/waybar/themes${arrThemes[0]}/myconfig -s ~/dotfiles/waybar/themes${arrThemes[1]}/style.css &
else
waybar -c ~/dotfiles/waybar/themes${arrThemes[0]}/config -s ~/dotfiles/waybar/themes${arrThemes[1]}/style.css &
fi
# Loading the configuration and style file based
waybar -c ~/dotfiles/waybar/themes${arrThemes[0]}/config -s ~/dotfiles/waybar/themes${arrThemes[1]}/style.css &