summarylogtreecommitdiffstats
path: root/clight.install
diff options
context:
space:
mode:
authorFederico Di Pierro2018-11-16 18:19:02 +0100
committerFederico Di Pierro2018-11-16 18:19:02 +0100
commit199adeded5c88afdfaa860be8ee37d7d78a5fdc1 (patch)
treee4d50bfe572ffd0cff346f536439054d6a1c5966 /clight.install
parent2397462d528d947e7c76541dca3b4a4733429536 (diff)
downloadaur-199adeded5c88afdfaa860be8ee37d7d78a5fdc1.tar.gz
Updated clight.install script.
Diffstat (limited to 'clight.install')
-rw-r--r--clight.install5
1 files changed, 2 insertions, 3 deletions
diff --git a/clight.install b/clight.install
index 4a4161dbda62..e525a677d63e 100644
--- a/clight.install
+++ b/clight.install
@@ -1,8 +1,7 @@
post_install() {
- echo '--> By default, first matching webcam and backlight interface are used.'
+ echo '--> By default, first matching webcam/als device and backlight interface are used.'
echo '--> Therefore, it should work out of the box even without any setup in most cases.'
echo '--> For any customization, take a look at settings file placed in /etc/default/clight.conf.'
- echo '--> Remember to enable clight: systemctl --user enable clight.timer.'
- echo '--> Timer is needed to add a small delay to let all needed bus interfaces boot up.'
+ echo '--> If you are not in a XDG compliant DE, remember to add clight to your autostart script.'
}