Compare commits

..

No commits in common. "0dfedaeff16cd399b800d01c72f94bde01ad9f25" and "c8e98021c4b31a229014dfbcf8b411fae0ee3063" have entirely different histories.

3 changed files with 4 additions and 19 deletions

View File

@ -1,16 +0,0 @@
output DP1
off
output DP2
off
output HDMI-1
off
output eDP1
#crtc 0
gamma 1.0:0.909:0.909
mode 1920x1080
pos 0x0
primary
rate 59.98

View File

@ -1 +0,0 @@
eDP1 00ffffffffffff000dae2e1500000000181e0104952213780228659759548e271e505400000001010101010101010101010101010101a43880e670382c405036680058c11000001a502d80e670382c405036680058c11000001a000000fe00364b565757803135364843410a000000000000413199001000000a010a2020009d

View File

@ -23,8 +23,10 @@ depends=('cairo' 'glib2' 'libxml2' 'lua')
provides=("conky=$pkgver")
conflicts=('conky')
backup=('etc/conky/conky.conf' 'etc/conky/conky_no_x11.conf')
source=("https://github.com/brndnmtthws/${_pkgname}/archive/v${pkgver}.tar.gz")
sha1sums=('821de1cee3e686f07fb43070b5b2fd6e1b3a9498')
source=("https://github.com/brndnmtthws/${_pkgname}/archive/v${pkgver}.tar.gz"
"longerpid.patch")
sha1sums=('821de1cee3e686f07fb43070b5b2fd6e1b3a9498'
'26d0fa6d090fcdab05c76ca8bf8e339462929415')
prepare() {
cd "${srcdir}/${_pkgname}-${pkgver}"