1
0
mirror of https://github.com/alrayyes/dwm synced 2023-11-14 15:56:31 +00:00

Removed lock script

This commit is contained in:
Ryan Kes 2019-06-10 15:01:00 +02:00
parent 8a0b469ede
commit 5023f58db6
2 changed files with 1 additions and 17 deletions

View File

@ -10,7 +10,7 @@ arch=('i686' 'x86_64')
license=('MIT') license=('MIT')
options=(zipman) options=(zipman)
depends=('libx11' 'libxinerama' 'libxft' 'freetype2' 'st' 'dmenu') depends=('libx11' 'libxinerama' 'libxft' 'freetype2' 'st' 'dmenu')
optdepends=('corrupter' 'maim' 'i3lock') optdepends=('gllock-git')
install=dwm.install install=dwm.install
_patches=( _patches=(
@ -30,13 +30,11 @@ _patches=(
source=(http://dl.suckless.org/dwm/dwm-$pkgver.tar.gz source=(http://dl.suckless.org/dwm/dwm-$pkgver.tar.gz
config.h config.h
dwm.desktop dwm.desktop
lock
"${_patches[@]}") "${_patches[@]}")
md5sums=('9929845ccdec4d2cc191f16210dd7f3d' md5sums=('9929845ccdec4d2cc191f16210dd7f3d'
'dda4ab6363b58a3b8e2cacf7166b6f74' 'dda4ab6363b58a3b8e2cacf7166b6f74'
'939f403a71b6e85261d09fc3412269ee' '939f403a71b6e85261d09fc3412269ee'
'854295322b5149738c02bffcb66fcc37'
'31a7569d7f3d43846f59e854ec5d1da0' '31a7569d7f3d43846f59e854ec5d1da0'
'fbb786263f2d714b18368ff64779d669' 'fbb786263f2d714b18368ff64779d669'
'46ff022e2a2c6139e71399eb19d1aebb' '46ff022e2a2c6139e71399eb19d1aebb'
@ -72,7 +70,4 @@ package() {
install -m644 -D LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE install -m644 -D LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
install -m644 -D README $pkgdir/usr/share/doc/$pkgname/README install -m644 -D README $pkgdir/usr/share/doc/$pkgname/README
install -m644 -D $srcdir/dwm.desktop $pkgdir/usr/share/xsessions/dwm.desktop install -m644 -D $srcdir/dwm.desktop $pkgdir/usr/share/xsessions/dwm.desktop
cd ../
install -Dm0755 lock "${pkgdir}/usr/bin/lock"
} }

11
lock
View File

@ -1,11 +0,0 @@
#!/bin/sh
NUMBER_OF_SCREENS="$(xrandr | grep -c '\*')"
if [ "$NUMBER_OF_SCREENS" -gt 1 ]
then
maim ~/.cache/lock.png
corrupter ~/.cache/lock.png ~/.cache/lock.png
fi
i3lock -e -b -f -i ~/.cache/lock.png