mirror of
https://github.com/szymon-jozef/superior_dotfiles.git
synced 2026-09-07 12:10:38 +02:00
Add .local/bin/home_backup.sh
Add .local/bin/screenshot.sh Update .local/bin/screenshots.sh Add .local/bin/sekirofpsunlock Add .local/bin/old/brightness.sh Add .local/bin/old/change_colors.sh Add .local/bin/old/random_wallpaper.sh Add .local/bin/steamtinkerlaunch
This commit is contained in:
9
private_dot_local/bin/old/executable_brightness.sh
Normal file
9
private_dot_local/bin/old/executable_brightness.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/bash
|
||||
|
||||
if [[ $1 == "up" ]]; then
|
||||
ddcutil -d 1 setvcp 10 100 && ddcutil -d 2 setvcp 10 100
|
||||
elif [[ $1 == "down" ]]; then
|
||||
ddcutil -d 1 setvcp 10 30 && ddcutil -d 2 setvcp 10 0
|
||||
else
|
||||
echo "Usage: brightness.sh [up/down]"
|
||||
fi
|
||||
Reference in New Issue
Block a user