From 602c70c5174b2c73600aa06fce915eaf8a1d8a26 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Sun, 6 Oct 2019 21:57:32 -0400 Subject: First source files --- src/i3-theme.py | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 src/i3-theme.py (limited to 'src/i3-theme.py') 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) + + -- cgit v1.2.3