scripts/sunset
devaine 9b374bb70d
feat: added notifications & daemons + simplified naming
notifications are for `dunst` a notification handler for my setup
I added volume, charging, battery, time, and brightness notifications
2025-04-26 10:22:34 -05:00

14 lines
287 B
Bash
Executable file

#!/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