about summary refs log tree commit diff
path: root/misc/bin/toggle-redshift.sh
diff options
context:
space:
mode:
Diffstat (limited to 'misc/bin/toggle-redshift.sh')
-rwxr-xr-xmisc/bin/toggle-redshift.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/misc/bin/toggle-redshift.sh b/misc/bin/toggle-redshift.sh
deleted file mode 100755
index 8ba6b60..0000000
--- a/misc/bin/toggle-redshift.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/usr/bin/env bash
-
-if [[ $(pgrep 'redshift') ]]
-then
-    pkill "redshift"
-else
-    redshift -c "${XDG_CONFIG_HOME}/redshift.conf" &
-    disown redshift
-fi

Consider giving Nix/NixOS a try! <3