added scripts dir
This commit is contained in:
5
.local/share/scripts/random-bg.sh
Executable file
5
.local/share/scripts/random-bg.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env sh
|
||||
SCRIPT=$(readlink -f "$0")
|
||||
SCRIPTPATH=$(dirname "$SCRIPT")
|
||||
|
||||
$SCRIPTPATH/set-bg.sh $(shuf -n1 -e ~/pictures/wallpapers/*)
|
||||
Reference in New Issue
Block a user