3 lines
116 B
Bash
Executable file
3 lines
116 B
Bash
Executable file
#!/bin/bash
|
|
|
|
feh --bg-scale ~/media/bilder/wallpaper/$(ls ~/media/bilder/wallpaper/ | sort --random-sort | head -1)
|