parent
b05e0bf206
commit
e5bd706684
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,19 @@
|
||||
rgbtemp
|
||||
=======
|
||||
|
||||
Release 0.2
|
||||
-----------
|
||||
|
||||
By Manuel <mdomlop@gmail.com> Thu, 14 Jan 2021 09:55:25 +0100
|
||||
|
||||
- No hardcoded values for hwmon file.
|
||||
- Supply such file by RGBTEMP environment variable or by command line.
|
||||
|
||||
|
||||
Release 0.1
|
||||
-----------
|
||||
|
||||
By Manuel <mdomlop@gmail.com > Wed, 03 Apr 2020 14:34:17 +0200
|
||||
|
||||
- First release.
|
||||
|
Binary file not shown.
@ -0,0 +1,13 @@
|
||||
# Generated by makepkg 5.2.2
|
||||
# using fakeroot version 1.25.3
|
||||
pkgname = rgbtemp
|
||||
pkgbase = rgbtemp
|
||||
pkgver = 0.1-1
|
||||
pkgdesc = Change RGB colors according to temperature.
|
||||
url = https://github.com/mdomlop/rgbtemp
|
||||
builddate = 1622221718
|
||||
packager = Unknown Packager
|
||||
size = 14545
|
||||
arch = any
|
||||
license = GPL3
|
||||
depend = openrgb
|
Binary file not shown.
@ -0,0 +1,12 @@
|
||||
[Unit]
|
||||
Description=Change RGB colors according to temperature
|
||||
|
||||
[Service]
|
||||
Environment=RGBTEMP=/sys/class/hwmon/hwmon1/temp1_input
|
||||
Type=simple
|
||||
ExecStart=rgbtemp
|
||||
KillMode=process
|
||||
KillSignal=SIGUSR1
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in new issue