From 27881477f716496146f4f263adc6332e5f1294f2 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Sun, 28 Apr 2019 19:45:02 +0200 Subject: Update configuration --- i3/scripts/i3/wallpaper.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'i3/scripts') 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 -- cgit v1.2.3