From 500a060c9ed606779160be69f159384150aa54c2 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Wed, 9 Oct 2019 10:12:22 -0400 Subject: [PATCH] Debug shebang --- src/i3-colors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 #####