Update Envy

This commit is contained in:
2018-03-05 17:52:27 -07:00
parent 94c0687d06
commit e73cae4c81
8 changed files with 118 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
#!/bin/sh
bl_device=/sys/class/backlight/amdgpu_bl0/brightness
echo $(($(cat $bl_device)-5)) | sudo tee $bl_device