Sophie Hirn 3 years ago
parent
commit
7b197c5ef7
2 changed files with 3 additions and 1 deletions
  1. +2
    -1
      .beacon-hooks/10-feh
  2. +1
    -0
      .beacon/sed.post

+ 2
- 1
.beacon-hooks/10-feh View File

@@ -5,7 +5,6 @@ check [ -n "$DISPLAY" ]

if [ -e "bg-wide.png" ]; then
echo "Found bg-wide.png ..."
feh --no-fehbg --bg-fill --no-xinerama "bg-wide.png"

touch .bg-wide.md5
if [ "`md5sum bg-wide.png`" != "`cat .bg-wide.md5 2>/dev/null`" ]; then
@@ -19,6 +18,8 @@ if [ -e "bg-wide.png" ]; then
sudo cp .bg-wide3.png /boot/bg/bg.png
fi

feh --no-fehbg --bg-fill {%{feh-bg-paths}%}

else
touch .bg-rotate.md5
if [ "`md5sum bg.png`" != "`cat .bg-rotate.md5 2>/dev/null`" ]; then

+ 1
- 0
.beacon/sed.post View File

@@ -0,0 +1 @@
s:{%{feh-bg-paths}%}:--no-xinerama "bg-wide.png":g

Loading…
Cancel
Save