Former-commit-id: 75f2c2c7c6
This commit is contained in:
Hadi
2024-10-07 11:17:59 +02:00
parent 792466d8c6
commit 3b43b088ba
20 changed files with 289 additions and 157 deletions
+9
View File
@@ -1,3 +1,12 @@
# - ## Brightness
#-
#- This module provides a set of scripts to control the brightness of the screen.
#-
#- - `brightness-up` increases the brightness by 5%.
#- - `brightness-down` decreases the brightness by 5%.
#- - `brightness-set [value]` sets the brightness to the given value.
#- - `brightness-change [up|down] [value]` increases or decreases the brightness by the given value.
{ pkgs, ... }:
let