From a8a22fd752cc2a095be34c5f9007c4f6516831c5 Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Wed, 9 Dec 2020 18:27:45 -0500 Subject: fixed docking detach not being able to see screen --- themer.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'themer.sh') diff --git a/themer.sh b/themer.sh index f195d1a..07d7182 100755 --- a/themer.sh +++ b/themer.sh @@ -8,7 +8,7 @@ add_theme() { [ ! -d "$outdir" ] && mkdir -p "$outdir" sxiv -rot "$indir" | while read infile; do outfile=$outdir/$(basename "$infile" | tr ' ' '_' | tr '[:upper:]' '[:lower:]') - convert "$infile" -geometry '1920x1080^' -gravity center -crop 1920x1080+0+0 "$outfile" + convert "$infile" -geometry '2560x1440^' -gravity center -crop 2560x1440+0+0 "$outfile" wpg -a "$outfile" done } @@ -17,7 +17,7 @@ set_theme() { theme=$(sxiv -rot ~/.config/wpg/wallpapers) [ -z "$theme" ] && exit 4 wpg -s "$theme" - #convert -verbose -background black -vignette 100x65000 "$theme" ~/.local/share/wallpapers/lock.png & + #convert -verbose -background black -vignette 100x65000 "$theme" ~/pictures/wallpapers/lock.png & } reapply_theme() { -- cgit v1.2.3