scripts
This commit is contained in:
commit
6e5095f3cf
35 changed files with 453 additions and 0 deletions
7
wallpaper.sh
Executable file
7
wallpaper.sh
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
if [ $(($RANDOM%2)) -eq 0 ]; then
|
||||
feh --bg-center --randomize ~/Pictures/Wallpapers/center/*
|
||||
else
|
||||
feh --bg-fill --randomize ~/Pictures/Wallpapers/fill/*
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue