Sfoglia il codice sorgente

[bin] Change paper with feh instead of hsetroot

Colin Powell 4 anni fa
parent
commit
0ea847a339
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      bin/.bin/changepaper

+ 1 - 1
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