Joachim Nilsson
6ef60c9619
Merge pull request #104 from Debian/master
Update debian/folder with the version in Debian
před 4 roky
Samuel Henrique
2d37b41bd7
Update debian/folder with the version in Debian
před 4 roky
Fredrik Svantesson
2116043e0b
Merge pull request #103 from lindhe/lindhe/add-video-group-to-readme
Update Ubuntu section with video group instructions
před 4 roky
Andreas Lindhé
2e493bee52
Update Ubuntu section with video group instructions
před 4 roky
Fredrik Svantesson
48b9675f95
Fix README.md navigation
před 5 roky
Fredrik Svantesson
b914819dd4
Merge pull request #99 from 06kellyjac/nixos_install_details
Added installation instructions for NixOS/nix
před 5 roky
06kellyjac
3554f4b2b3
Added installation instructions for NixOS/nix
před 5 roky
Fredrik Svantesson
ae7a6ebb45
Merge pull request #91 from aesophor/improve-coding-style
Improve coding style - consistency of not placing a whitespace after `if`, and `while`
před 5 roky
Marco Wang
56492a98f3
helper: remove whitespace between while and left parenthesis
před 5 roky
Marco Wang
c668d26862
helper: remove whitespace between if and left parenthesis
před 5 roky
Marco Wang
520d221ccd
light: remove whitespace between if and left parenthesis
před 5 roky
Marco Wang
71f7755cb1
main: remove whitespace between if and left parenthesis
před 5 roky
Joachim Nilsson
9772ef4ef2
Merge pull request #88 from LW2904/patch-1
Fix config path information
před 5 roky
Joachim Nilsson
215dbcdeec
Follow-up to f14f4ee0, use correct struct member
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
před 5 roky
Joachim Nilsson
11b84d6821
Merge branch 'TheJakeSchmidt-add-multiply-command'
před 5 roky
Joachim Nilsson
44771f6919
Minor coding style fixups
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
před 5 roky
Joachim Nilsson
1a959445de
Merge branch 'add-multiply-command' of https://github.com/TheJakeSchmidt/light into TheJakeSchmidt-add-multiply-command
před 5 roky
Gerd Wachsmuth
f14f4ee08c
Update src/light.c
Co-Authored-By: TheJakeSchmidt <TheJakeSchmidt@users.noreply.github.com>
před 5 roky
lw
fea271c3e5
Fix config path information
před 5 roky
Joachim Nilsson
311b09e489
Merge branch 'alexmohr-master'
před 5 roky
Joachim Nilsson
93ab69e832
light.1: Fix save/restore brightness option flip
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
před 5 roky
Joachim Nilsson
d686769b6c
README: Fix save/restore brightness option flip
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
před 5 roky
Joachim Nilsson
02d97dd7dc
Merge branch 'master' of https://github.com/alexmohr/light into alexmohr-master
před 5 roky
Joachim Nilsson
e4cca6a42b
Merge pull request #85 from stanim/master
Fix github light release link
před 5 roky
Stani
4ece95c2b8
Fix github light release link
The github releases page was wrong. This will help users to install light faster.
před 5 roky
Fredrik Svantesson
4215ec1153
Merge pull request #83 from sim590/debian-udev-lib-path
debian: install udev rules under /lib
před 5 roky
Simon Désaulniers
119c54a978
debian: install udev rules under /lib
před 5 roky
Fredrik Svantesson
0687989adc
Merge pull request #82 from maximbaz/archlinux-official
Update installation instructions for Arch Linux
před 6 roky
Maxim Baz
8d656615fb
Update installation instructions for Arch Linux
před 6 roky
Alex
5a04d6268e
Fixed wrong help display
před 6 roky
Jake Schmidt
a8e924421f
Add a command -T that multiplies the brightness by the value.
Introduce the concept of a float-typed value in the context, for commands
like -T that don't work with percentages/raw values.
před 6 roky
Fredrik Svantesson
d75c5d4c9c
check result of split in find_device_target
před 6 roky
Joachim Nilsson
f53a0e308f
Update ChangeLog and bump version for v1.2 release
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
před 6 roky
Joachim Nilsson
4e43abeb6f
Add Debian/Ubuntu build/install help
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
před 6 roky
Joachim Nilsson
3846efc1fe
Merge pull request #70 from haikarainen/man-page-update
Fix #66 : Align man page with help text
před 6 roky
Joachim Nilsson
ccc248990a
Minor, fix spelling in man page
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
před 6 roky
Joachim Nilsson
a5195d2a60
Merge pull request #71 from haikarainen/update-debian-packaging
Update debian packaging
před 6 roky
Joachim Nilsson
1285c7412d
Fix #66 : Actually update man page with new and changed settings
- Order commands and options similar to help text, not alphabetically
- Update command descriptions to new nomenclature
- Update copyright years
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
před 6 roky
Joachim Nilsson
56c5b329ee
Drop debian package from release target and rename package: --> deb:
Seeing as light supports at least two different GNU/Linux distributions
it seems prudent to not claim 'package:' for Debian packages. This has
the added benefit of adding easy build targets for RedHat/Fedora, Arch,
and others.
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
před 6 roky
Joachim Nilsson
1466eaa3d5
Fix #68 : Update Debian/Ubuntu packaging
- Bump debhlper compat to >= 10 (Stretch)
- Update Standards-Version field, we seem to be compatible
- Update package Description filed, lintian complains of empty body
- Update changelog date and drop GitHub issue reference, confuses lintian
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
před 6 roky
Joachim Nilsson
22ab2f7167
Fix spelling, found by lintian
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
před 6 roky
Joachim Nilsson
b266f86b2f
Fix #66 : Align man page with help text
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
před 6 roky
Fredrik Svantesson
1be06a4fb9
Fix #65
před 6 roky
Fredrik Svantesson
0010b89923
Fix formatting
před 6 roky
Fredrik Svantesson
066ef804ad
Add @troglobit and new PKGBUILD to README
před 6 roky
Fredrik Svantesson
c8898274e3
Add notice about video group for udev rules
před 6 roky
Fredrik Svantesson
621e1dbe7f
Add leds subsystem to udev rules
před 6 roky
Fredrik Svantesson
8f39b040d4
Added Arch Linux PKGBUILD, fixes #56
před 6 roky
Fredrik Svantesson
9d8ca6be3c
Undo modern C standard target because Ubuntu. Fixes #64
před 6 roky
Fredrik Svantesson
55ad3be529
Add untested and very experimental razer support #57
před 6 roky