[bin] Add nyt script and clean up
This commit is contained in:
@ -33,11 +33,9 @@ hsetroot -cover $BASEDIR/$date.jpg
|
||||
|
||||
#link slim background to new image
|
||||
SLIM_BG_FILE=/usr/share/slim/themes/default/background.jpg
|
||||
if test -f "$SLIM_BG_FILE"; then
|
||||
echo "Setting Slim background image"
|
||||
rm $SLIM_BG_FILE
|
||||
ln -s $BASEDIR/$date.jpg $SLIM_BG_FILE
|
||||
fi
|
||||
echo "Setting Slim background image"
|
||||
rm $SLIM_BG_FILE
|
||||
cp $BASEDIR/$date.jpg $SLIM_BG_FILE
|
||||
|
||||
SEARX_BG_FILE=/usr/local/lib/python2.7/site-packages/searx/static/themes/courgette/img/bg-body-index.jpg
|
||||
echo "Setting Searx background image"
|
||||
|
||||
Reference in New Issue
Block a user