add gitignore and update files
This commit is contained in:
11
feh/motherbase-random
Executable file
11
feh/motherbase-random
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
THEME=cyberpunk
|
||||
ROTATED=$(xrandr --listmonitors | grep '1080.*x1920')
|
||||
|
||||
if [[ $ROTATED ]]
|
||||
then
|
||||
feh --bg-scale $(find $HOME/pictures/wallpaper/${THEME} -type f | shuf -n1) --bg-scale $(find $HOME/pictures/wallpaper/${THEME} -type f | shuf -n1) --bg-scale $(find $HOME/pictures/wallpaper/${THEME}_rotated -type f | shuf -n1)
|
||||
else
|
||||
feh --bg-scale -z $HOME/pictures/wallpaper/${THEME}
|
||||
fi
|
||||
Reference in New Issue
Block a user