From 1bb0ed2eb965e299e57c5df6eb4a97bde99dc1c6 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Mon, 7 Oct 2019 08:23:28 -0400 Subject: Allow i3 restart --- src/parser.py | 1 - 1 file changed, 1 deletion(-) (limited to 'src/parser.py') 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) -- cgit v1.2.3