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

Consider giving Nix/NixOS a try! <3