scripts

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 7807680b5bbe85017690b802b4afec8bf5fdc60c
parent 7100247d0f573606bce494b26fb726305944696f
Author: Andrew Laack <andrew@laack.co>
Date:   Wed, 26 Nov 2025 13:01:01 -0600

Some changes to brightness, backup, and using TTY

Diffstat:
MbackupHome.sh | 10+++++++++-
Mbrightness.sh | 2+-
Mlock.sh | 2+-
Ascreens/tty.sh | 2++
4 files changed, 13 insertions(+), 3 deletions(-)

diff --git a/backupHome.sh b/backupHome.sh @@ -7,7 +7,15 @@ echo "=== STARTING ===" date -rsync -avz --delete --exclude ~/.cache --exclude ~/.unison --exclude ~/syncing --exclude ~/.sculptor --exclude ~/.config/Sculptor --exclude ~/.dev_sculptor -e ssh /home/andrew andrew@brgr:/backups/deepthought-home + rsync -avz --delete \ + --exclude '.cache' \ + --exclude '.unison' \ + --exclude 'syncing' \ + --exclude '.sculptor' \ + --exclude '.config/Sculptor' \ + --exclude '.dev_sculptor' \ + --exclude '.librewolf' \ + -e ssh /home/andrew/ andrew@brgr:/backups/deepthought-home if [ $? -eq 0 ]; then date diff --git a/brightness.sh b/brightness.sh @@ -1,2 +1,2 @@ #!/bin/bash -brightnessctl --device="intel_backlight" set 500 +brightnessctl --device="intel_backlight" set $((96000 / (100 / $1) )) diff --git a/lock.sh b/lock.sh @@ -1,2 +1,2 @@ #!/bin/bash -i3lock -c 000000 +i3lock-opa 3 5 diff --git a/screens/tty.sh b/screens/tty.sh @@ -0,0 +1,2 @@ +#!/bin/bash +sudo fbset -xres 3840 -yres 2160