aboutsummaryrefslogtreecommitdiff
path: root/src/i3-theme.py
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2019-10-06 21:57:32 -0400
committerLoic Guegan <manzerbredes@mailbox.org>2019-10-06 21:57:32 -0400
commit602c70c5174b2c73600aa06fce915eaf8a1d8a26 (patch)
treee3b48b5a03cd57f0ff7c69d934b7ab9c335fb26e /src/i3-theme.py
parent3c72b332891c97e476e0f7470ac0262df20acc55 (diff)
First source files
Diffstat (limited to 'src/i3-theme.py')
-rwxr-xr-xsrc/i3-theme.py11
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)
+
+