aboutsummaryrefslogtreecommitdiff
path: root/Common/powerline_config/themes/shell/default_leftonly.json
diff options
context:
space:
mode:
authorjakob.stendahl <jakob.stendahl@infomedia.dk>2022-05-03 08:41:57 +0200
committerjakobst1n <jakob.stendahl@outlook.com>2022-05-03 08:41:57 +0200
commit12102c365247329f4d6964d6b48e12fa2bf67208 (patch)
tree0275ffef4d603a5f19dd161f79d6f80ebc9ab770 /Common/powerline_config/themes/shell/default_leftonly.json
parent8c8ea3760651c226e585a67b3800e676a2cc86c0 (diff)
downloaddotfiles-12102c365247329f4d6964d6b48e12fa2bf67208.tar.gz
dotfiles-12102c365247329f4d6964d6b48e12fa2bf67208.zip
Some changes
Diffstat (limited to 'Common/powerline_config/themes/shell/default_leftonly.json')
-rw-r--r--Common/powerline_config/themes/shell/default_leftonly.json34
1 files changed, 34 insertions, 0 deletions
diff --git a/Common/powerline_config/themes/shell/default_leftonly.json b/Common/powerline_config/themes/shell/default_leftonly.json
new file mode 100644
index 0000000..b576273
--- /dev/null
+++ b/Common/powerline_config/themes/shell/default_leftonly.json
@@ -0,0 +1,34 @@
+{
+ "segments": {
+ "left": [
+ {
+ "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.common.vcs.branch",
+ "priority": 40
+ },
+ {
+ "function": "powerline.segments.shell.cwd",
+ "priority": 10
+ },
+ {
+ "function": "powerline.segments.shell.jobnum",
+ "priority": 20
+ },
+ {
+ "function": "powerline.segments.shell.last_pipe_status",
+ "priority": 10
+ }
+ ]
+ }
+}