mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-16 08:09:23 +01:00
beeper wrapper: mention and start gearlever if the appimage isn't installed
This commit is contained in:
parent
908ed26235
commit
9dad4088c9
@ -5,7 +5,10 @@ set -x
|
||||
if [ -f ~/AppImages/beeper.appimage ]; then
|
||||
~/AppImages/beeper.appimage --ozone-platform=wayland --enable-features=WaylandWindowDecorations "$@"
|
||||
else
|
||||
print "Beeper not found :("
|
||||
notify-send "Beeper not found :("
|
||||
print "~/AppImages/beeper.appimage not found. Please install it through gearlever (default locaiton) or symlink it there."
|
||||
notify-send "~/AppImages/beeper.appimage not found. Please install it through gearlever (default locaiton) or symlink it there."
|
||||
if hash gearlever 2> /dev/null; then
|
||||
gearlever
|
||||
fi
|
||||
fi
|
||||
set +x
|
||||
|
Loading…
Reference in New Issue
Block a user