[i3] Add both eth adapters to i3status
This commit is contained in:
@ -36,14 +36,14 @@ 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
|
||||
ln -s $BASEDIR$date.jpg $SLIM_BG_FILE
|
||||
fi
|
||||
|
||||
SEARX_BG_FILE=/usr/local/lib/python2.7/site-packages/searx/static/themes/courgette/img/bg-body-index.jpg
|
||||
if test -f "$SEARX_BG_FILE"; then
|
||||
echo "Setting Searx background image"
|
||||
rm $SEARX_BG_FILE
|
||||
cp $SEARX_BASEDIR/$date.jpg $SEARX_BG_FILE
|
||||
cp $SEARX_BASEDIR$date.jpg $SEARX_BG_FILE
|
||||
fi
|
||||
|
||||
# Then grab our APOD image and store it for now
|
||||
|
||||
Reference in New Issue
Block a user