1
0
Fork 0
powerline-gitstatus/debian/local/themes-shell-default.patch
Daniel Baumann 91002751a4
Adding debian version 1.3.3-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-21 14:36:38 +02:00

17 lines
791 B
Diff

Author: Daniel Baumann <daniel.baumann@progress-linux.org>
Description: Enabling powerline-gitstatus in default shell theme.
diff -Naurp powerline-gitstatus.temp/debian/powerline-gitstatus/usr/share/powerline/config_files/themes/shell/default.json powerline-gitstatus/debian/powerline-gitstatus/usr/share/powerline/config_files/themes/shell/default.json
--- powerline-gitstatus.temp/debian/powerline-gitstatus/usr/share/powerline/config_files/themes/shell/default.json
+++ powerline-gitstatus/debian/powerline-gitstatus/usr/share/powerline/config_files/themes/shell/default.json
@@ -17,6 +17,10 @@
"priority": 50
},
{
+ "function": "powerline_gitstatus.gitstatus",
+ "priority": 40
+ },
+ {
"function": "powerline.segments.shell.cwd",
"priority": 10
},