added login sfx

This commit is contained in:
Wryn Wagner 2020-11-17 15:11:42 -07:00
parent e87a6245a0
commit b7a2355cca
5 changed files with 10 additions and 2 deletions

View File

@ -13,6 +13,9 @@ case $1 in
backlight ) PLAY yaru-audio-volume-change.oga ;; backlight ) PLAY yaru-audio-volume-change.oga ;;
login ) PLAY yaru-desktop-login.oga ;; login ) PLAY yaru-desktop-login.oga ;;
logout ) PLAY smooth-desktop-login.oga ;; logout ) PLAY smooth-desktop-login.oga ;;
notify ) PLAY yaru-complete.oga ;;
undock ) PLAY yaru-desktop-login.oga ;;
homedock ) PLAY homedock.oga ;;
gamedock ) PLAY gamedock.oga ;;
* ) ls $SFX ;; * ) ls $SFX ;;
esac esac

View File

@ -18,3 +18,5 @@ for display in $(xrandr | grep connect | awk '{print $1;}' | grep -v "$CURRENT_M
done; done;
feh --bg-fill --randomize $HOME/.config/wryn/wallpaper; feh --bg-fill --randomize $HOME/.config/wryn/wallpaper;
[ -f $HOME/.config/wryn/sfx ] && $HOME/.config/wryn/sfx gamedock

View File

@ -29,3 +29,4 @@ for display in $(xrandr | grep connect | awk '{print $1;}' | grep -v "$NATIVE_MO
done; done;
feh --recursive --bg-fill --randomize $HOME/.config/wryn/wallpaper; feh --recursive --bg-fill --randomize $HOME/.config/wryn/wallpaper;
[ -f $HOME/.config/wryn/sfx ] && $HOME/.config/wryn/sfx login

View File

@ -16,3 +16,5 @@ for display in $(xrandr | grep connect | awk '{print $1;}' | grep -v "$HOMEDOCK_
done; done;
feh --bg-fill --randomize $HOME/.config/wryn/wallpaper; feh --bg-fill --randomize $HOME/.config/wryn/wallpaper;
[ -f $HOME/.config/wryn/sfx ] && $HOME/.config/wryn/sfx homedock

View File

@ -14,4 +14,4 @@ done;
feh --bg-fill --randomize $HOME/.config/wryn/wallpaper; feh --bg-fill --randomize $HOME/.config/wryn/wallpaper;
[ -f $HOME/.config/wryn/sfx ] && $HOME/.config/wryn/sfx login [ -f $HOME/.config/wryn/sfx ] && $HOME/.config/wryn/sfx undock