5 lines
90 B
Bash
Executable file
5 lines
90 B
Bash
Executable file
#!/bin/bash
|
|
|
|
IMG="$HOME/images/"$(ls ~/images/ | sort -R | head -1)
|
|
|
|
feh --bg-fill "$IMG"
|