diff options
Diffstat (limited to 'powerline/themes/shell')
-rw-r--r-- | powerline/themes/shell/__main__.json | 14 | ||||
-rw-r--r-- | powerline/themes/shell/continuation.json | 12 | ||||
-rw-r--r-- | powerline/themes/shell/default.json | 41 | ||||
-rw-r--r-- | powerline/themes/shell/default_leftonly.json | 34 | ||||
-rw-r--r-- | powerline/themes/shell/select.json | 13 |
5 files changed, 0 insertions, 114 deletions
diff --git a/powerline/themes/shell/__main__.json b/powerline/themes/shell/__main__.json deleted file mode 100644 index 13ae942..0000000 --- a/powerline/themes/shell/__main__.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "segment_data": { - "hostname": { - "args": { - "only_if_ssh": true - } - }, - "cwd": { - "args": { - "dir_limit_depth": 3 - } - } - } -} diff --git a/powerline/themes/shell/continuation.json b/powerline/themes/shell/continuation.json deleted file mode 100644 index 9307fc0..0000000 --- a/powerline/themes/shell/continuation.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "default_module": "powerline.segments.shell", - "segments": { - "left": [ - { - "function": "continuation" - } - ], - "right": [ - ] - } -} diff --git a/powerline/themes/shell/default.json b/powerline/themes/shell/default.json deleted file mode 100644 index 42e6c3b..0000000 --- a/powerline/themes/shell/default.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "segments": { - "left": [ - { - "function": "powerline.segments.common.env.user" - }, - { - "function": "powerline.segments.common.env.virtualenv" - }, - { - "function": "powerline.segments.shell.cwd", - "args" : { - "dir_shorten_len" : 1 - } - }, - { - "function": "powerline.segments.shell.jobnum" - }, - { - "function" : "powerline.segments.shell.last_status" - }, - { - "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 - } - ] - } -} diff --git a/powerline/themes/shell/default_leftonly.json b/powerline/themes/shell/default_leftonly.json deleted file mode 100644 index b576273..0000000 --- a/powerline/themes/shell/default_leftonly.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "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 - } - ] - } -} diff --git a/powerline/themes/shell/select.json b/powerline/themes/shell/select.json deleted file mode 100644 index 3d81408..0000000 --- a/powerline/themes/shell/select.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "segments": { - "left": [ - { - "type": "string", - "contents": "Select variant", - "width": "auto", - "align": "r", - "highlight_groups": ["continuation:current"] - } - ] - } -} |