diff options
Diffstat (limited to 'src/i3-theme.py')
| -rwxr-xr-x | src/i3-theme.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/i3-theme.py b/src/i3-theme.py new file mode 100755 index 0000000..2982726 --- /dev/null +++ b/src/i3-theme.py @@ -0,0 +1,11 @@ +#!/usr/bin/python +import parser + + + + +print("Starting app...") + +parser.apply_theme("/home/loic/.config/i3/config",parser.theme) + + |
