diff options
-rw-r--r-- | x11-themes/background-lnxpcs/background-lnxpcs-0.1.3.ebuild (renamed from x11-themes/background-lnxpcs/background-lnxpcs-0.1.2.ebuild) | 0 | ||||
-rwxr-xr-x | x11-themes/background-lnxpcs/files/i3background | 4 | ||||
-rwxr-xr-x | x11-themes/background-lnxpcs/files/i3lock-lnxpcs | 1 |
3 files changed, 2 insertions, 3 deletions
diff --git a/x11-themes/background-lnxpcs/background-lnxpcs-0.1.2.ebuild b/x11-themes/background-lnxpcs/background-lnxpcs-0.1.3.ebuild index 405e187..405e187 100644 --- a/x11-themes/background-lnxpcs/background-lnxpcs-0.1.2.ebuild +++ b/x11-themes/background-lnxpcs/background-lnxpcs-0.1.3.ebuild diff --git a/x11-themes/background-lnxpcs/files/i3background b/x11-themes/background-lnxpcs/files/i3background index c63424e..f55f8e7 100755 --- a/x11-themes/background-lnxpcs/files/i3background +++ b/x11-themes/background-lnxpcs/files/i3background @@ -3,11 +3,11 @@ BACKS="/usr/share/backgrounds" # Set background if [ -n "$DISPLAY" ]; then # Only current one - feh --randomize --no-fehbg --bg-center "$BACKS" + feh --randomize --no-fehbg --bg-fill "$BACKS" else # All instances for socket in $(find /run/user/$(id -u)/i3 /tmp/i3-$(id -un).* -name ipc-socket\* 2>/dev/null); do - i3-msg -s $socket "exec feh --randomize --no-fehbg --bg-center '$BACKS'" + i3-msg -s $socket "exec feh --randomize --no-fehbg --bg-fill '$BACKS'" done fi # Set cron diff --git a/x11-themes/background-lnxpcs/files/i3lock-lnxpcs b/x11-themes/background-lnxpcs/files/i3lock-lnxpcs index 11398bd..e47bd34 100755 --- a/x11-themes/background-lnxpcs/files/i3lock-lnxpcs +++ b/x11-themes/background-lnxpcs/files/i3lock-lnxpcs @@ -1,5 +1,4 @@ #!/bin/sh BACKS="/usr/share/backgrounds" i3lock -c 000000 -i $(shuf -n1 -e "$BACKS"/*) -t -f -sleep 1 xset dpms force off |