mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-04-26 17:13:42 +02:00
5 lines
109 B
Bash
Executable file
5 lines
109 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
bright=$(printf '%.0f' $1)
|
|
|
|
ddcutil --bus 3 setvcp 10 $bright | cat >/tmp/brihtness.txt
|