5 lines
116 B
Bash
Executable File
5 lines
116 B
Bash
Executable File
#!/bin/bash -eu
|
|
shopt -s extglob
|
|
|
|
feh --bg-fill "$(shuf -en1 "$XDG_CONFIG_HOME/wallpapers/"!(lock.png))" --no-fehbg
|