aboutsummaryrefslogtreecommitdiff
path: root/src/parser.py
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2019-10-07 08:23:28 -0400
committerLoic Guegan <manzerbredes@mailbox.org>2019-10-07 08:23:28 -0400
commit1bb0ed2eb965e299e57c5df6eb4a97bde99dc1c6 (patch)
tree50a6602642fb1cbf4d7935727ea3adc47d109f9d /src/parser.py
parent4a753e5e3d5e9c69377771a34d5de717eb6c6b35 (diff)
Allow i3 restart
Diffstat (limited to 'src/parser.py')
-rwxr-xr-xsrc/parser.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/parser.py b/src/parser.py
index 9a4f4b0..fdee9fc 100755
--- a/src/parser.py
+++ b/src/parser.py
@@ -65,7 +65,6 @@ def apply_to_config(tmp_config,theme):
f.close()
def apply_theme(config_file,theme):
- print("Applying theme: "+theme["meta"]["description"])
tmp=extract_config(config_file)
apply_to_config(tmp,theme)
shutil.move(tmp,config_file)