mirror of
https://github.com/ksyasuda/rice.git
synced 2025-12-05 14:53:39 -08:00
update config to work with bspwm
This commit is contained in:
3
scripts/random-wallpaper.sh
Executable file
3
scripts/random-wallpaper.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
# find "$HOME/Pictures/wallpapers" -type f | shuf -n 1
|
||||
feh --bg-scale "$(find "$HOME/Pictures/wallpapers" -type f | shuf -n 1)"
|
||||
Reference in New Issue
Block a user