mirror of
https://github.com/morten-olsen/nixos-config.git
synced 2026-02-08 00:36:27 +01:00
init
This commit is contained in:
14
user/files/hyprland/scripts/brightness.sh
Executable file
14
user/files/hyprland/scripts/brightness.sh
Executable file
@@ -0,0 +1,14 @@
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
down() {
|
||||
brightnessctl s '10%-'
|
||||
}
|
||||
|
||||
up() {
|
||||
brightnessctl s +10%
|
||||
}
|
||||
|
||||
case "$1" in
|
||||
up) up;;
|
||||
down) down;;
|
||||
esac
|
||||
Reference in New Issue
Block a user