Compare commits
2 Commits
c8e98021c4
...
0dfedaeff1
Author | SHA1 | Date |
---|---|---|
Nathan Dwarshuis | 0dfedaeff1 | |
Nathan Dwarshuis | b4fe4228e9 |
|
@ -0,0 +1,16 @@
|
||||||
|
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
|
|
@ -0,0 +1 @@
|
||||||
|
eDP1 00ffffffffffff000dae2e1500000000181e0104952213780228659759548e271e505400000001010101010101010101010101010101a43880e670382c405036680058c11000001a502d80e670382c405036680058c11000001a000000fe00364b565757803135364843410a000000000000413199001000000a010a2020009d
|
|
@ -23,10 +23,8 @@ depends=('cairo' 'glib2' 'libxml2' 'lua')
|
||||||
provides=("conky=$pkgver")
|
provides=("conky=$pkgver")
|
||||||
conflicts=('conky')
|
conflicts=('conky')
|
||||||
backup=('etc/conky/conky.conf' 'etc/conky/conky_no_x11.conf')
|
backup=('etc/conky/conky.conf' 'etc/conky/conky_no_x11.conf')
|
||||||
source=("https://github.com/brndnmtthws/${_pkgname}/archive/v${pkgver}.tar.gz"
|
source=("https://github.com/brndnmtthws/${_pkgname}/archive/v${pkgver}.tar.gz")
|
||||||
"longerpid.patch")
|
sha1sums=('821de1cee3e686f07fb43070b5b2fd6e1b3a9498')
|
||||||
sha1sums=('821de1cee3e686f07fb43070b5b2fd6e1b3a9498'
|
|
||||||
'26d0fa6d090fcdab05c76ca8bf8e339462929415')
|
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd "${srcdir}/${_pkgname}-${pkgver}"
|
cd "${srcdir}/${_pkgname}-${pkgver}"
|
||||||
|
|
Loading…
Reference in New Issue