aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2019-10-09 10:12:22 -0400
committerLoic Guegan <manzerbredes@mailbox.org>2019-10-09 10:12:22 -0400
commit500a060c9ed606779160be69f159384150aa54c2 (patch)
tree8ab9c971d1ee9d7d60addf502e9ea19ba6731575 /src
parenta974d3ab46c7b947219a5918c13410d7ed9c7ae8 (diff)
Debug shebang
Diffstat (limited to 'src')
-rwxr-xr-xsrc/i3-colors.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i3-colors.py b/src/i3-colors.py
index ceb96e0..e206a3d 100755
--- a/src/i3-colors.py
+++ b/src/i3-colors.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
import config, theme, os, argparse, subprocess,sys
##### Apply Theme #####