diff options
Diffstat (limited to 'i3/scripts')
-rwxr-xr-x | i3/scripts/i3/wallpaper.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/i3/scripts/i3/wallpaper.sh b/i3/scripts/i3/wallpaper.sh index cb76cef..5bc0d2b 100755 --- a/i3/scripts/i3/wallpaper.sh +++ b/i3/scripts/i3/wallpaper.sh @@ -1,10 +1,11 @@ #!/bin/sh #image=$(find ~/wallpaper/wallpaper/wallpapers -type f \( -name '*.jpg' -o -name '*.png' \) -print0 | shuf -n1 -z | xargs -0) -image=~/wallpaper/current.jpg +image=$1 +#.virtualenvs/pywal/bin/wal -n -i "${image}" --saturate .8 -a 90 hsetroot \ -fill "${image}" \ -add "#ffffffff" \ -addd "#ffffff00" 5 \ -addd "#ffffff00" 5 \ - -add "#ffffffff" \ + -add "#000000ff" \ -gradient 0 |