aboutsummaryrefslogtreecommitdiff
path: root/config/powerline/themes
diff options
context:
space:
mode:
authorBen Beltran <ben@nsovocal.com>2019-03-13 11:38:29 +0100
committerBen Beltran <ben@nsovocal.com>2019-03-13 11:38:29 +0100
commit227bbf9f52821f8bfbfec16119465c6ce95822dc (patch)
tree90c6f48e58743d39416c6e8fa070fae5c7bd30d3 /config/powerline/themes
parentf7a3f46f8c0f2a6ae4ec8a2c284a8ac3e2b7cde3 (diff)
Remove powerline config
Diffstat (limited to 'config/powerline/themes')
-rw-r--r--config/powerline/themes/ipython/in.json26
-rw-r--r--config/powerline/themes/ipython/in2.json13
-rw-r--r--config/powerline/themes/ipython/out.json25
-rw-r--r--config/powerline/themes/ipython/rewrite.json23
-rw-r--r--config/powerline/themes/shell/default.json45
-rw-r--r--config/powerline/themes/shell/default_leftonly.json43
-rw-r--r--config/powerline/themes/tmux/default.json64
-rw-r--r--config/powerline/themes/vim/cmdwin.json18
-rw-r--r--config/powerline/themes/vim/default.json108
-rw-r--r--config/powerline/themes/vim/help.json36
-rw-r--r--config/powerline/themes/vim/quickfix.json37
-rw-r--r--config/powerline/themes/wm/default.json31
12 files changed, 0 insertions, 469 deletions
diff --git a/config/powerline/themes/ipython/in.json b/config/powerline/themes/ipython/in.json
deleted file mode 100644
index ac979c5..0000000
--- a/config/powerline/themes/ipython/in.json
+++ /dev/null
@@ -1,26 +0,0 @@
-{
- "default_module": "powerline.segments.common",
- "segments": {
- "left": [
- {
- "name": "virtualenv"
- },
- {
- "type": "string",
- "contents": "In[",
- "draw_soft_divider": false,
- "highlight_group": ["prompt"]
- },
- {
- "name": "prompt_count",
- "module": "powerline.segments.ipython",
- "draw_soft_divider": false
- },
- {
- "type": "string",
- "contents": "]",
- "highlight_group": ["prompt"]
- }
- ]
- }
-}
diff --git a/config/powerline/themes/ipython/in2.json b/config/powerline/themes/ipython/in2.json
deleted file mode 100644
index 601fc9e..0000000
--- a/config/powerline/themes/ipython/in2.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "default_module": "powerline.segments.common",
- "segments": {
- "left": [
- {
- "type": "string",
- "contents": "",
- "width": "auto",
- "highlight_group": ["prompt"]
- }
- ]
- }
-}
diff --git a/config/powerline/themes/ipython/out.json b/config/powerline/themes/ipython/out.json
deleted file mode 100644
index 11a6323..0000000
--- a/config/powerline/themes/ipython/out.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "default_module": "powerline.segments.common",
- "segments": {
- "left": [
- {
- "type": "string",
- "contents": "Out[",
- "draw_soft_divider": false,
- "width": "auto",
- "align": "r",
- "highlight_group": ["prompt"]
- },
- {
- "name": "prompt_count",
- "module": "powerline.segments.ipython",
- "draw_soft_divider": false
- },
- {
- "type": "string",
- "contents": "]",
- "highlight_group": ["prompt"]
- }
- ]
- }
-}
diff --git a/config/powerline/themes/ipython/rewrite.json b/config/powerline/themes/ipython/rewrite.json
deleted file mode 100644
index 47d8de0..0000000
--- a/config/powerline/themes/ipython/rewrite.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
- "segments": {
- "left": [
- {
- "type": "string",
- "contents": "",
- "draw_soft_divider": false,
- "width": "auto",
- "highlight_group": ["prompt"]
- },
- {
- "name": "prompt_count",
- "module": "powerline.segments.ipython",
- "draw_soft_divider": false
- },
- {
- "type": "string",
- "contents": ">",
- "highlight_group": ["prompt"]
- }
- ]
- }
-}
diff --git a/config/powerline/themes/shell/default.json b/config/powerline/themes/shell/default.json
deleted file mode 100644
index 6246a96..0000000
--- a/config/powerline/themes/shell/default.json
+++ /dev/null
@@ -1,45 +0,0 @@
-{
- "default_module": "powerline.segments.common",
- "segment_data": {
- "hostname": {
- "before": " ",
- "args": {
- "only_if_ssh": true
- }
- },
- "virtualenv": {
- "before": "ⓔ "
- },
- "branch": {
- "before": " "
- }
- },
- "segments": {
- "left": [
- {
- "name": "hostname"
- },
- {
- "name": "user"
- },
- {
- "name": "virtualenv"
- },
- {
- "name": "cwd",
- "args": {
- "dir_limit_depth": 3
- }
- }
- ],
- "right": [
- {
- "module": "powerline.segments.shell",
- "name": "last_pipe_status"
- },
- {
- "name": "branch"
- }
- ]
- }
-}
diff --git a/config/powerline/themes/shell/default_leftonly.json b/config/powerline/themes/shell/default_leftonly.json
deleted file mode 100644
index 16af975..0000000
--- a/config/powerline/themes/shell/default_leftonly.json
+++ /dev/null
@@ -1,43 +0,0 @@
-{
- "default_module": "powerline.segments.common",
- "segment_data": {
- "hostname": {
- "before": " ",
- "args": {
- "only_if_ssh": true
- }
- },
- "virtualenv": {
- "before": "ⓔ "
- },
- "branch": {
- "before": " "
- }
- },
- "segments": {
- "left": [
- {
- "name": "hostname"
- },
- {
- "name": "user"
- },
- {
- "name": "virtualenv"
- },
- {
- "name": "branch"
- },
- {
- "name": "cwd",
- "args": {
- "dir_limit_depth": 3
- }
- },
- {
- "name": "last_status",
- "module": "powerline.segments.shell"
- }
- ]
- }
-}
diff --git a/config/powerline/themes/tmux/default.json b/config/powerline/themes/tmux/default.json
deleted file mode 100644
index 2367821..0000000
--- a/config/powerline/themes/tmux/default.json
+++ /dev/null
@@ -1,64 +0,0 @@
-{
- "default_module": "powerline.segments.common",
- "segment_data": {
- "uptime": {
- "before": "⇑ "
- },
- "external_ip": {
- "before": "ⓦ "
- },
- "date": {
- "before": "⌚ "
- },
- "email_imap_alert": {
- "before": "✉ ",
- "args": {
- "username": "",
- "password": ""
- }
- }
- },
- "segments": {
- "right": [
- {
- "name": "uptime",
- "priority": 50
- },
- {
- "name": "external_ip",
- "priority": 50
- },
- {
- "name": "network_load",
- "priority": 50
- },
- {
- "name": "system_load",
- "priority": 50
- },
- {
- "name": "weather",
- "priority": 50
- },
- {
- "name": "date"
- },
- {
- "name": "date",
- "args": {
- "format": "%H:%M",
- "istime": true
- }
- },
- {
- "name": "email_imap_alert",
- "priority": 10
- },
- ],
- "left" : [
- {
- "name": "hostname"
- }
- ]
- }
-}
diff --git a/config/powerline/themes/vim/cmdwin.json b/config/powerline/themes/vim/cmdwin.json
deleted file mode 100644
index c300d94..0000000
--- a/config/powerline/themes/vim/cmdwin.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "segments": {
- "left": [
- {
- "type": "string",
- "contents": "Command Line",
- "highlight_group": ["file_name"]
- },
- {
- "type": "string",
- "highlight_group": ["background"],
- "draw_soft_divider": false,
- "draw_hard_divider": false,
- "width": "auto"
- }
- ]
- }
-}
diff --git a/config/powerline/themes/vim/default.json b/config/powerline/themes/vim/default.json
deleted file mode 100644
index 29d6a2a..0000000
--- a/config/powerline/themes/vim/default.json
+++ /dev/null
@@ -1,108 +0,0 @@
-{
- "segment_data": {
- "branch": {
- "before": " "
- },
- "modified_indicator": {
- "args": { "text": "+" }
- },
- "line_percent": {
- "args": { "gradient": true },
- "after": "%"
- },
- "line_current_symbol": {
- "contents": " "
- }
- },
- "segments": {
- "left": [
- {
- "name": "mode",
- "exclude_modes": ["nc"]
- },
- {
- "name": "paste_indicator",
- "exclude_modes": ["nc"],
- "priority": 10
- },
- {
- "name": "branch",
- "exclude_modes": ["nc"],
- "priority": 30
- },
- {
- "name": "readonly_indicator",
- "draw_soft_divider": false,
- "after": " "
- },
- {
- "name": "file_directory",
- "priority": 40,
- "draw_soft_divider": false
- },
- {
- "name": "file_name",
- "draw_soft_divider": false
- },
- {
- "name": "file_vcs_status",
- "before": " ",
- "draw_soft_divider": false
- },
- {
- "name": "modified_indicator",
- "before": " "
- },
- {
- "type": "string",
- "highlight_group": ["background"],
- "draw_soft_divider": false,
- "draw_hard_divider": false,
- "width": "auto"
- }
- ],
- "right": [
- {
- "name": "file_format",
- "draw_soft_divider": false,
- "exclude_modes": ["nc"],
- "priority": 60
- },
- {
- "name": "file_encoding",
- "exclude_modes": ["nc"],
- "priority": 60
- },
- {
- "name": "file_type",
- "exclude_modes": ["nc"],
- "priority": 60
- },
- {
- "name": "line_percent",
- "priority": 50,
- "width": 4,
- "align": "r"
- },
- {
- "type": "string",
- "name": "line_current_symbol",
- "highlight_group": ["line_current_symbol", "line_current"]
- },
- {
- "name": "line_current",
- "draw_soft_divider": false,
- "width": 3,
- "align": "r"
- },
- {
- "name": "virtcol_current",
- "draw_soft_divider": false,
- "priority": 20,
- "before": ":",
- "width": 3,
- "align": "l"
- }
- ]
- }
-}
diff --git a/config/powerline/themes/vim/help.json b/config/powerline/themes/vim/help.json
deleted file mode 100644
index 7407105..0000000
--- a/config/powerline/themes/vim/help.json
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "segments": {
- "left": [
- {
- "name": "file_name",
- "draw_soft_divider": false
- },
- {
- "type": "string",
- "highlight_group": ["background"],
- "draw_soft_divider": false,
- "draw_hard_divider": false,
- "width": "auto"
- }
- ],
- "right": [
- {
- "name": "line_percent",
- "priority": 30,
- "width": 4,
- "align": "r"
- },
- {
- "type": "string",
- "name": "line_current_symbol",
- "highlight_group": ["line_current_symbol", "line_current"]
- },
- {
- "name": "line_current",
- "draw_soft_divider": false,
- "width": 3,
- "align": "r"
- }
- ]
- }
-}
diff --git a/config/powerline/themes/vim/quickfix.json b/config/powerline/themes/vim/quickfix.json
deleted file mode 100644
index da77d63..0000000
--- a/config/powerline/themes/vim/quickfix.json
+++ /dev/null
@@ -1,37 +0,0 @@
-{
- "segment_data": {
- "buffer_name": {
- "contents": "Location List"
- }
- },
- "segments": {
- "left": [
- {
- "type": "string",
- "name": "buffer_name",
- "highlight_group": ["file_name"],
- "draw_soft_divider": false
- },
- {
- "type": "string",
- "highlight_group": ["background"],
- "draw_soft_divider": false,
- "draw_hard_divider": false,
- "width": "auto"
- }
- ],
- "right": [
- {
- "type": "string",
- "name": "line_current_symbol",
- "highlight_group": ["line_current_symbol", "line_current"]
- },
- {
- "name": "line_current",
- "draw_soft_divider": false,
- "width": 3,
- "align": "r"
- }
- ]
- }
-}
diff --git a/config/powerline/themes/wm/default.json b/config/powerline/themes/wm/default.json
deleted file mode 100644
index c1cee4b..0000000
--- a/config/powerline/themes/wm/default.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
- "default_module": "powerline.segments.common",
- "segments": {
- "right": [
- {
- "name": "weather",
- "priority": 50
- },
- {
- "name": "date"
- },
- {
- "name": "date",
- "args": {
- "format": "%H:%M",
- "istime": true
- },
- "before": "⌚ "
- },
- {
- "name": "email_imap_alert",
- "before": "✉ ",
- "priority": 10,
- "args": {
- "username": "",
- "password": ""
- }
- }
- ]
- }
-}