5 lines
121 B
Bash
Executable File
5 lines
121 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# feh --bg-fill --randomize $HOME/Pictures/Backgrounds;
|
|
feh --bg-fill $HOME/Pictures/Backgrounds/black.jpg;
|