Ensure backgrounds script choose backgrounds randomly be default

This commit is contained in:
2024-11-01 07:05:53 +00:00
parent 1afe449b84
commit 5205980dd5

View File

@@ -1,4 +1,4 @@
#!/bin/bash
# feh --bg-fill --randomize $HOME/Pictures/Backgrounds;
feh --bg-fill $HOME/Pictures/Backgrounds/black.jpg;
feh --bg-fill --randomize $HOME/Pictures/Backgrounds;
# feh --bg-fill $HOME/Pictures/Backgrounds/black.jpg;