diff options
| author | josh ott <josh@ottmail.me> | 2026-05-01 17:18:50 -0400 |
|---|---|---|
| committer | josh ott <josh@ottmail.me> | 2026-05-01 17:18:50 -0400 |
| commit | cf0fd832c317da0afd9614311b86d7ffa776e16f (patch) | |
| tree | 473ef20299847c3d492b9e878fe9bcc2b6d3df26 | |
| parent | 35d3e6c3990949c2d4d94b5e1bde5006b7f390d9 (diff) | |
| download | bin-main.tar.gz bin-main.zip | |
| -rwxr-xr-x | wallpicker | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ FOLDER=~/Pictures/wallpapers -CHOICE=$(swayimg -a wallpicker --gallery $FOLDER) +CHOICE=$(swayimg --class wallpicker --gallery $FOLDER) case $CHOICE in *.*) wallust run $CHOICE ;; |