mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-01-23 20:58:35 +01:00
fix another baby level mistake
This commit is contained in:
parent
fb67a73004
commit
742d57dd1c
@ -10,7 +10,7 @@ TRANSITION3="--transition-type center --transition-step 30"
|
||||
TRANSITION4="--transition-type outer --transition-pos 0.3,0.8 --transition-step 30"
|
||||
TRANSITION5="--transition-type wipe --transition-angle 270 --transition-step 30"
|
||||
|
||||
[[ ! -z "$testvar" ]] && FILETYPE="l" || FILETYPE="f"
|
||||
[[ ! -z "$OSRELEASE" ]] && FILETYPE="l" || FILETYPE="f"
|
||||
WALLPAPER=$(find $HOME/Pictures/Wallpapers -type $FILETYPE | shuf -n 1)
|
||||
PREVIOUS=$WALLPAPER
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user