From 0ea847a3397fd06c7adae7a33192195673bcd193 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Sat, 26 Dec 2020 10:05:40 -0500 Subject: [PATCH] [bin] Change paper with feh instead of hsetroot --- bin/.bin/changepaper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/.bin/changepaper b/bin/.bin/changepaper index 24f025d..425fd8e 100755 --- a/bin/.bin/changepaper +++ b/bin/.bin/changepaper @@ -29,7 +29,7 @@ date=$(date '+%Y-%m-%d') #set the current image as wallpaper echo "Setting desktop background" -hsetroot -cover $BASEDIR/$date.jpg +feh --bg-fill $BASEDIR/$date.jpg #link slim background to new image SLIM_BG_FILE=/usr/share/slim/themes/default/background.jpg