From 21b12225b93203b2b59c7f2d3f68c2eca57172ae Mon Sep 17 00:00:00 2001 From: xAlpharax <42233094+xAlpharax@users.noreply.github.com> Date: Sun, 24 Sep 2023 20:52:21 +0300 Subject: Tooling for changing brightness, changing gpu power state, setting up keybinds and displaying minimalist info with the pfetch unix shellscript Changes to be committed: new file: backlight new file: keybinds new file: nvpower new file: pfetch --- backlight | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 backlight (limited to 'backlight') diff --git a/backlight b/backlight new file mode 100755 index 0000000..8eaf6e4 --- /dev/null +++ b/backlight @@ -0,0 +1,5 @@ +#!/bin/bash + +set -e + +sudo echo $1 > /sys/class/backlight/amdgpu_bl0/brightness -- cgit v1.2.3