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