diff options
Diffstat (limited to 'Common/powerline_config/themes/shell')
5 files changed, 0 insertions, 116 deletions
diff --git a/Common/powerline_config/themes/shell/__main__.json b/Common/powerline_config/themes/shell/__main__.json deleted file mode 100644 index 13ae942..0000000 --- a/Common/powerline_config/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/Common/powerline_config/themes/shell/continuation.json b/Common/powerline_config/themes/shell/continuation.json deleted file mode 100644 index 9307fc0..0000000 --- a/Common/powerline_config/themes/shell/continuation.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "default_module": "powerline.segments.shell", - "segments": { - "left": [ - { - "function": "continuation" - } - ], - "right": [ - ] - } -} diff --git a/Common/powerline_config/themes/shell/default.json b/Common/powerline_config/themes/shell/default.json deleted file mode 100644 index 38039d8..0000000 --- a/Common/powerline_config/themes/shell/default.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "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 - } - ], - "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/Common/powerline_config/themes/shell/default_leftonly.json b/Common/powerline_config/themes/shell/default_leftonly.json deleted file mode 100644 index b576273..0000000 --- a/Common/powerline_config/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/Common/powerline_config/themes/shell/select.json b/Common/powerline_config/themes/shell/select.json deleted file mode 100644 index 3d81408..0000000 --- a/Common/powerline_config/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"] - } - ] - } -} |