aboutsummaryrefslogtreecommitdiff
path: root/powerline/themes/shell/default.json
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2019-05-15 18:00:53 +0200
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2019-05-15 18:00:53 +0200
commita99c97233bc02e682d2c7ef8f8fe584412fa7957 (patch)
treee96e8407efdab8ac0ef288e6889d004be3ccb784 /powerline/themes/shell/default.json
parent6423fc63ab75f73d641e3b2c89768f2334f2830b (diff)
downloaddotfiles-a99c97233bc02e682d2c7ef8f8fe584412fa7957.tar.gz
Powerbar!!!
Diffstat (limited to 'powerline/themes/shell/default.json')
-rw-r--r--powerline/themes/shell/default.json46
1 files changed, 46 insertions, 0 deletions
diff --git a/powerline/themes/shell/default.json b/powerline/themes/shell/default.json
new file mode 100644
index 0000000..a15c5ef
--- /dev/null
+++ b/powerline/themes/shell/default.json
@@ -0,0 +1,46 @@
+{
+ "segments": {
+ "left": [
+ {
+ "function": "powerline.segments.shell.mode"
+ },
+ {
+ "function": "powerline.segments.common.net.hostname",
+ "priority": 10
+ },
+ {
+ "function": "powerline.segments.common.env.user",
+ "priority": 30
+ },
+ {
+ "function": "powerline.segments.common.env.virtualenv",
+ "priority": 50
+ },
+ {
+ "function": "powerline.segments.shell.cwd",
+ "priority": 10
+ },
+ {
+ "function": "powerline.segments.shell.jobnum",
+ "priority": 20
+ },
+ {
+ "function" : "powerline.segments.common.vcs.branch"
+ }
+ ],
+ "right": [
+ {
+ "function": "powerline.segments.shell.last_pipe_status",
+ "priority": 10
+ },
+ {
+ "function": "powerline.segments.common.vcs.stash",
+ "priority": 50
+ },
+ {
+ "function": "powerline.segments.common.vcs.branch",
+ "priority": 40
+ }
+ ]
+ }
+}