wallpaper
This commit is contained in:
parent
a043499980
commit
14215e6af3
|
@ -0,0 +1,8 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
wallpath=$OPT_PATH/img/wallpaper
|
||||||
|
img=$(ls $wallpath | shuf -n 1)
|
||||||
|
|
||||||
|
cp $wallpath/$img $OPT_PATH/img/wallpaper.curr
|
||||||
|
|
||||||
|
feh --bg-scale $wallpath/$img
|
|
@ -1,6 +1,8 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
wallpath=$OPT_PATH/img/funny-linux
|
wallpath=$OPT_PATH/img/wallpaper
|
||||||
img=$(ls $wallpath | dmenu -l 10 -p "wallpaper:")
|
img=$(ls $wallpath | dmenu -l 10 -p "wallpaper:")
|
||||||
|
|
||||||
|
cp $wallpath/$img $OPT_PATH/img/wallpaper.curr
|
||||||
|
|
||||||
feh --bg-scale $wallpath/$img
|
feh --bg-scale $wallpath/$img
|
||||||
|
|
Loading…
Reference in New Issue