This commit is contained in:
Stephan Raabe 2023-12-18 22:22:19 +01:00
parent 39c471a0b3
commit 3b2270db2b
6 changed files with 6 additions and 6 deletions

View File

@ -1 +1 @@
version="2.6.2"
version="2.7BETA1"

View File

@ -31,7 +31,7 @@ if [ ! -z $customvalue ]; then
}' $targetFile
# Reload Waybar
$HOME/dotfiles/waybar/launch.sh 1>/dev/null 2>&1
exec $HOME/dotfiles/waybar/launch.sh 1>/dev/null 2>&1 &
_goBack
else

View File

@ -43,7 +43,7 @@ if [ ! -z $customvalue ]; then
}' $targetFile
# Reload Waybar
$HOME/dotfiles/waybar/launch.sh 1>/dev/null 2>&1
exec $HOME/dotfiles/waybar/launch.sh 1>/dev/null 2>&1 &
_goBack
else

View File

@ -30,7 +30,7 @@ if [ ! -z $customvalue ]; then
}' $targetFile
# Reload Waybar
$HOME/dotfiles/waybar/launch.sh 1>/dev/null 2>&1
exec $HOME/dotfiles/waybar/launch.sh 1>/dev/null 2>&1 &
_goBack
else

View File

@ -28,7 +28,7 @@ if grep -s "$startMarker" $targetFile && grep -s "$endMarker" $targetFile; then
}' $targetFile
# Reload Waybar
$HOME/dotfiles/waybar/launch.sh 1>/dev/null 2>&1
exec $HOME/dotfiles/waybar/launch.sh 1>/dev/null 2>&1 &
_goBack
else

View File

@ -1 +1 @@
2.6.2
2.7BETA1