emacs stuff idk honestly

This commit is contained in:
Cheri 2021-02-13 14:48:59 +02:00 committed by vibikim
parent a3b201157b
commit 38e7cddb84
34 changed files with 11769 additions and 12 deletions

View file

@ -1,9 +0,0 @@
#!/bin/sh
if [ -z "`pgrep -x redshift`" ]; then
redshift -l 44:26 &
notify-send Redshift "is now enabled"
else
notify-send Redshift "is now disabled"
pkill redshift
fi