Update Envy
This commit is contained in:
Executable
+4
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
bl_device=/sys/class/backlight/amdgpu_bl0/brightness
|
||||
echo $(($(cat $bl_device)-5)) | sudo tee $bl_device
|
||||
Executable
+4
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
bl_device=/sys/class/backlight/amdgpu_bl0/brightness
|
||||
echo $(($(cat $bl_device)+5)) | sudo tee $bl_device
|
||||
Reference in New Issue
Block a user