emacs stuff idk honestly

This commit is contained in:
vibikim 2021-02-13 14:48:59 +02:00
parent 36a84eb0f5
commit 1eabb8d2d8
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