summaryrefslogtreecommitdiffstats
path: root/debian/patches/0004-set_default_shell_theme.patch
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 16:40:17 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 16:40:17 +0000
commit38a4353f63924f0734ee6d85efdf848a6d93bc7e (patch)
treea62557ea80510890872e67e39fd4de63167b9db7 /debian/patches/0004-set_default_shell_theme.patch
parentAdding upstream version 2.8.3. (diff)
downloadpowerline-38a4353f63924f0734ee6d85efdf848a6d93bc7e.tar.xz
powerline-38a4353f63924f0734ee6d85efdf848a6d93bc7e.zip
Adding debian version 2.8.3-4.debian/2.8.3-4debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/0004-set_default_shell_theme.patch')
-rw-r--r--debian/patches/0004-set_default_shell_theme.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/patches/0004-set_default_shell_theme.patch b/debian/patches/0004-set_default_shell_theme.patch
new file mode 100644
index 0000000..c1ca003
--- /dev/null
+++ b/debian/patches/0004-set_default_shell_theme.patch
@@ -0,0 +1,17 @@
+Author: Daniel Baumann <daniel.baumann@progress-linux.org>
+Description: Setting default shell theme to default_leftonly
+Bug-Debian: https://bugs.debian.org/899153
+Forwarded: not-needed
+
+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"