blob: f80070061737e9831862aba28ae9226548980a07 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Author: Daniel Baumann <daniel.baumann@progress-linux.org>
Description: Enabling powerline-gitstatus in default_leftonly shell theme.
diff -Naurp powerline-gitstatus.temp/debian/powerline-gitstatus/usr/share/powerline/config_files/themes/shell/default_leftonly.json powerline-gitstatus/debian/powerline-gitstatus/usr/share/powerline/config_files/themes/shell/default_leftonly.json
--- powerline-gitstatus.temp/debian/powerline-gitstatus/usr/share/powerline/config_files/themes/shell/default_leftonly.json
+++ powerline-gitstatus/debian/powerline-gitstatus/usr/share/powerline/config_files/themes/shell/default_leftonly.json
@@ -14,7 +14,7 @@
"priority": 50
},
{
- "function": "powerline.segments.common.vcs.branch",
+ "function": "powerline_gitstatus.gitstatus",
"priority": 40
},
{
|