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, 8 insertions, 0 deletions
diff --git a/misc/bin/toggle-compton.sh b/misc/bin/toggle-compton.sh
new file mode 100755
index 0000000..91ebc4d
--- /dev/null
+++ b/misc/bin/toggle-compton.sh
@@ -0,0 +1,8 @@
+#!/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