3 lines
79 B
Bash
Executable File
3 lines
79 B
Bash
Executable File
#!/bin/sh
|
|
feh --no-fehbg --bg-fill ~/.images/$(ls ~/.images/ | dmenu -c -l 10)
|