betterlockscreen: update to 4.4.0.
This commit is contained in:
parent
7f8f137359
commit
1b8cd43687
@ -1,10 +1,27 @@
|
|||||||
|
diff --git a/betterlockscreen b/betterlockscreen
|
||||||
|
index 0b92ad9..fdd7b60 100755
|
||||||
--- a/betterlockscreen
|
--- a/betterlockscreen
|
||||||
+++ b/betterlockscreen
|
+++ b/betterlockscreen
|
||||||
@@ -968,6 +968,6 @@ echof header "Betterlockscreen"
|
@@ -20,7 +20,7 @@ init_config () {
|
||||||
# Activate lockscreen
|
description=""
|
||||||
[[ $runsuspend ]] || lockargs+=(-n)
|
quiet=false
|
||||||
[[ $runlock ]] && lockselect "$lockstyle" && \
|
i3lockcolor_bin="i3lock-color"
|
||||||
- { [[ $runsuspend ]] && systemctl suspend; }
|
- suspend_command="systemctl suspend"
|
||||||
+ { [[ $runsuspend ]] && loginctl suspend; }
|
+ suspend_command="loginctl suspend"
|
||||||
|
convert_command="magick"
|
||||||
|
composite_command="magick composite"
|
||||||
|
|
||||||
|
diff --git a/examples/betterlockscreenrc b/examples/betterlockscreenrc
|
||||||
|
index 84e355c..ed69e66 100644
|
||||||
|
--- a/examples/betterlockscreenrc
|
||||||
|
+++ b/examples/betterlockscreenrc
|
||||||
|
@@ -43,7 +43,7 @@ bgcolor=000000ff
|
||||||
|
#
|
||||||
|
|
||||||
|
# i3lockcolor_bin="i3lock-color" # Manually set command for i3lock-color
|
||||||
|
-# suspend_command="systemctl suspend" # Manually change action e.g. hibernate/suspend-command
|
||||||
|
+# suspend_command="loginctl suspend" # Manually change action e.g. hibernate/suspend-command
|
||||||
|
|
||||||
|
# i3lock-color - custom arguments
|
||||||
|
# lockargs=() # overwriting default "(-n)"
|
||||||
|
|
||||||
exit 0
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Template file for 'betterlockscreen'
|
# Template file for 'betterlockscreen'
|
||||||
pkgname=betterlockscreen
|
pkgname=betterlockscreen
|
||||||
version=4.0.4
|
version=4.4.0
|
||||||
revision=1
|
revision=1
|
||||||
depends="ImageMagick bash bc feh i3lock-color xdpyinfo xrandr xrdb xset"
|
depends="ImageMagick bash bc feh i3lock-color xdpyinfo xrandr xrdb xset"
|
||||||
short_desc="Sweet looking lockscreen for linux system"
|
short_desc="Sweet looking lockscreen for linux system"
|
||||||
@ -8,7 +8,7 @@ maintainer="Aleksander Zien <Aleks@nderZien.com>"
|
|||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/pavanjadhaw/betterlockscreen"
|
homepage="https://github.com/pavanjadhaw/betterlockscreen"
|
||||||
distfiles="https://github.com/pavanjadhaw/betterlockscreen/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/pavanjadhaw/betterlockscreen/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=608b56989eea0b45c0f88bdc9e3c7742430f809a1bcd60d558eb6af99aeecc91
|
checksum=fdcf58725f0ab56e98ce9b83bd1dad6e1f08c7f9f230c3abaf4191f10ebd5dfd
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin betterlockscreen
|
vbin betterlockscreen
|
||||||
|
Loading…
x
Reference in New Issue
Block a user