summary refs log tree commit diff
path: root/pkgs/misc/brightnessctl
Commit message (Collapse)AuthorAge
* nixos/brightnessctl: Remove the moduleMichael Weiss2020-02-10
| | | | | | | | | Due to the support of the systemd-logind API the udev rules aren't required anymore which renders this module useless [0]. Note: brightnessctl should now require a working D-Bus setup and a valid local logind session for this to work. [0]: https://github.com/NixOS/nixpkgs/pull/79663
* brightnessctl: Add systemd supportMichael Weiss2020-02-09
| | | | This makes it possible to use brightnessctl without udev rules / suid.
* brightnessctl: 0.4 -> 0.5.1R. RyanTM2020-02-06
|
* treewide: remove redundant quotesvolth2019-09-08
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* brightnessctl: fix udev, cleanup & meta updateMeghea Iulian2018-11-04
|
* brightnessctl: 0.3.2 -> 0.4R. RyanTM2018-09-25
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/brightnessctl/versions
* brightnessctl: also install udev rulesMatthew Bauer2018-08-10
| | | | Fixes #44877
* brightnessctl: fix permissionsBrian McKenna2018-06-18
|
* brightnessctl: init at 0.3.2 (#42102)dje43212018-06-16
* brightnessctl: init at 0.3.2 * Revised PR