diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2019-10-09 10:12:22 -0400 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2019-10-09 10:12:22 -0400 |
| commit | 500a060c9ed606779160be69f159384150aa54c2 (patch) | |
| tree | 8ab9c971d1ee9d7d60addf502e9ea19ba6731575 /src | |
| parent | a974d3ab46c7b947219a5918c13410d7ed9c7ae8 (diff) | |
Debug shebang
Diffstat (limited to 'src')
| -rwxr-xr-x | src/i3-colors.py | 2 |
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 ##### |
