mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-08-02 17:24:27 +02:00
7 lines
135 B
Bash
Executable file
7 lines
135 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# Set brightness and sleep a bit before reading back the value
|
|
|
|
brightnessctl -q set $1
|
|
sleep 0.1
|
|
brightnessctl > /dev/null
|