refactor(repo): most of these scripts are outdated, refactored desec
All checks were successful
/ test (push) Successful in 23s

This commit is contained in:
devaine 2026-03-05 01:06:55 -06:00
commit 6682679493
Signed by: devaine
GPG key ID: 954B1DCAC6FF84EE
18 changed files with 154 additions and 133 deletions

14
archived/sunset Executable file
View file

@ -0,0 +1,14 @@
#!/bin/bash
# Build and Install 'redshift' for wayland: https://github.com/minus7/redshift
# You can also use gammastep
#cd $HOME/.local/bin
# killing gammastep if it already exists
if [[ $(pgrep gammastep) =~ ^[0-9]+$ ]]
then
kill $(pgrep gammastep)
else
gammastep -PO 2900
fi