mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 16:52:12 +02:00
added a function to set the brightness
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
function set_brightness --argument-names amount
|
||||
echo $amount | sudo tee /sys/class/backlight/*/brightness > /dev/null
|
||||
end
|
||||
Reference in New Issue
Block a user