diff options
| author | kdamani <kdamani@kdamani-art.hitronhub.home> | 2020-10-23 14:48:44 +0000 |
|---|---|---|
| committer | kdamani <kdamani@kdamani-art.hitronhub.home> | 2020-10-23 14:48:44 +0000 |
| commit | c64a9857d3521c882c84ac334384f2558d8536b4 (patch) | |
| tree | b4ae355b89a2124138932d9eaa39e779f561a4a0 /Scripts | |
| parent | 3283cc234a8491551a227ef9992abdbab8760299 (diff) | |
setbg cleanup
Diffstat (limited to 'Scripts')
| -rwxr-xr-x | Scripts/.config/Scripts/setbg | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Scripts/.config/Scripts/setbg b/Scripts/.config/Scripts/setbg index 69fa899..5d7e920 100755 --- a/Scripts/.config/Scripts/setbg +++ b/Scripts/.config/Scripts/setbg @@ -15,5 +15,4 @@ WALLPAPER_HOME="$HOME/.config/wall.png" [ -d "$1" ] && cp -f "$(find "$1" -name "*.jpg" -o -name "*.jpeg" -o -name "*.png" -type f | shuf -n 1)" "$WALLPAPER_HOME" && notify-send -i "$WALLPAPER_HOME" "Random Wallpaper chosen." # wal is installed, use it. -#WALL_PATH=$(which wal) $(which wal) -c && $(which wal) -o $HOME/.config/Scripts/done.sh -i "$WALLPAPER_HOME" |
