tav 899153 + patch
thanks

Here's a patch for this.

Regards,
Daniel
commit 3fb58df3d74bb017db51d47a7f832900aa9c7a94
Author: Daniel Baumann <daniel.baum...@progress-linux.org>
Date:   Sun May 20 07:06:05 2018 +0200

    Setting default shell theme to default_leftonly (Closes: #899153).
    
    Signed-off-by: Daniel Baumann <daniel.baum...@progress-linux.org>

diff --git a/debian/patches/series b/debian/patches/series
index 9aa3113..30c6ca5 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 bindings_path.patch
 config_files_path.patch
 add_powerline_compile_flags.patch
+set_default_shell_theme.patch
diff --git a/debian/patches/set_default_shell_theme.patch b/debian/patches/set_default_shell_theme.patch
new file mode 100644
index 0000000..be77d5e
--- /dev/null
+++ b/debian/patches/set_default_shell_theme.patch
@@ -0,0 +1,15 @@
+Author: Daniel Baumann <daniel.baum...@progress-linux.org>
+Description: Setting default shell theme to default_leftonly (Closes: #899153).
+
+diff -Naurp powerline.orig/powerline/config_files/config.json powerline/powerline/config_files/config.json
+--- powerline.orig/powerline/config_files/config.json
++++ powerline/powerline/config_files/config.json
+@@ -18,7 +18,7 @@
+ 		},
+ 		"shell": {
+ 			"colorscheme": "default",
+-			"theme": "default",
++			"theme": "default_leftonly",
+ 			"local_themes": {
+ 				"continuation": "continuation",
+ 				"select": "select"

Reply via email to