diff options
author | jakob.stendahl <jakob.stendahl@infomedia.dk> | 2024-01-23 11:13:18 +0100 |
---|---|---|
committer | jakob.stendahl <jakob.stendahl@infomedia.dk> | 2024-01-23 11:13:18 +0100 |
commit | 72efe134f645a5212f875c153dd8db4a64cbe968 (patch) | |
tree | d23229285071bf381515657b94919852ebf426c9 /Common/powerline_config/themes | |
parent | e33d5f8d10d34e5a3a4bb292015961dd574f4c93 (diff) | |
download | dotfiles-72efe134f645a5212f875c153dd8db4a64cbe968.tar.gz dotfiles-72efe134f645a5212f875c153dd8db4a64cbe968.zip |
changes
Diffstat (limited to 'Common/powerline_config/themes')
29 files changed, 0 insertions, 1760 deletions
diff --git a/Common/powerline_config/themes/ascii.json b/Common/powerline_config/themes/ascii.json deleted file mode 100644 index 0ea05e7..0000000 --- a/Common/powerline_config/themes/ascii.json +++ /dev/null @@ -1,153 +0,0 @@ -{ - "use_non_breaking_spaces": false, - "dividers": { - "left": { - "hard": " ", - "soft": "| " - }, - "right": { - "hard": " ", - "soft": " |" - } - }, - "spaces": 1, - "segment_data": { - "branch": { - "before": "BR " - }, - "stash": { - "before": "ST " - }, - "cwd": { - "args": { - "ellipsis": "..." - } - }, - "player": { - "args": { - "state_symbols": { - "fallback": "", - "play": ">", - "pause": "~", - "stop": "X" - } - } - }, - - "line_current_symbol": { - "contents": "LN " - }, - - "time": { - "before": "" - }, - - "powerline.segments.common.net.network_load": { - "args": { - "recv_format": "DL {value:>8}", - "sent_format": "UL {value:>8}" - } - }, - "powerline.segments.common.net.hostname": { - "before": "H " - }, - "powerline.segments.common.bat.battery": { - "args": { - "full_heart": "O", - "empty_heart": "O", - "online": "C", - "offline": " " - } - }, - "powerline.segments.common.sys.uptime": { - "before": "UP " - }, - "powerline.segments.common.mail.email_imap_alert": { - "before": "MAIL " - }, - "powerline.segments.common.env.virtualenv": { - "before": "(e) " - }, - "powerline.segments.common.wthr.weather": { - "args": { - "icons": { - "day": "DAY", - "blustery": "WIND", - "rainy": "RAIN", - "cloudy": "CLOUDS", - "snowy": "SNOW", - "stormy": "STORM", - "foggy": "FOG", - "sunny": "SUN", - "night": "NIGHT", - "windy": "WINDY", - "not_available": "NA", - "unknown": "UKN" - }, - "temp_format": "{temp:.0f} C" - } - }, - "powerline.segments.common.time.fuzzy_time": { - "args": { - "unicode_text": false - } - }, - - "powerline.segments.vim.mode": { - "args": { - "override": { - "n": "NORMAL", - "no": "N-OPER", - "v": "VISUAL", - "V": "V-LINE", - "^V": "V-BLCK", - "s": "SELECT", - "S": "S-LINE", - "^S": "S-BLCK", - "i": "INSERT", - "ic": "I-COMP", - "ix": "I-C_X ", - "R": "RPLACE", - "Rv": "V-RPLC", - "Rc": "R-COMP", - "Rx": "R-C_X ", - "c": "COMMND", - "cv": "VIM-EX", - "ce": "NRM-EX", - "r": "PROMPT", - "rm": "-MORE-", - "r?": "CNFIRM", - "!": "!SHELL", - "t": "TERM " - } - } - }, - "powerline.segments.vim.visual_range": { - "args": { - "CTRL_V_text": "{rows} x {vcols}", - "v_text_oneline": "C:{vcols}", - "v_text_multiline": "L:{rows}", - "V_text": "L:{rows}" - } - }, - "powerline.segments.vim.readonly_indicator": { - "args": { - "text": "RO" - } - }, - "powerline.segments.vim.modified_indicator": { - "args": { - "text": "+" - } - }, - - "powerline.segments.i3wm.scratchpad": { - "args": { - "icons": { - "fresh": "O", - "changed": "X" - } - } - } - } -} diff --git a/Common/powerline_config/themes/ipython/in.json b/Common/powerline_config/themes/ipython/in.json deleted file mode 100644 index edd4d29..0000000 --- a/Common/powerline_config/themes/ipython/in.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "segments": { - "left": [ - { - "function": "powerline.segments.common.env.virtualenv", - "priority": 10 - }, - { - "type": "string", - "contents": "In [", - "draw_soft_divider": false, - "highlight_groups": ["prompt"] - }, - { - "function": "powerline.segments.ipython.prompt_count", - "draw_soft_divider": false - }, - { - "type": "string", - "contents": "]", - "highlight_groups": ["prompt"] - } - ] - } -} diff --git a/Common/powerline_config/themes/ipython/in2.json b/Common/powerline_config/themes/ipython/in2.json deleted file mode 100644 index 422c44b..0000000 --- a/Common/powerline_config/themes/ipython/in2.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "segments": { - "left": [ - { - "type": "string", - "contents": "", - "width": "auto", - "highlight_groups": ["prompt"] - } - ] - } -} diff --git a/Common/powerline_config/themes/ipython/out.json b/Common/powerline_config/themes/ipython/out.json deleted file mode 100644 index 2425d0b..0000000 --- a/Common/powerline_config/themes/ipython/out.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "default_module": "powerline.segments.ipython", - "segments": { - "left": [ - { - "type": "string", - "contents": "Out[", - "draw_soft_divider": false, - "width": "auto", - "align": "r", - "highlight_groups": ["prompt"] - }, - { - "function": "prompt_count", - "draw_soft_divider": false - }, - { - "type": "string", - "contents": "]", - "highlight_groups": ["prompt"] - } - ] - } -} diff --git a/Common/powerline_config/themes/ipython/rewrite.json b/Common/powerline_config/themes/ipython/rewrite.json deleted file mode 100644 index 8192fe4..0000000 --- a/Common/powerline_config/themes/ipython/rewrite.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "default_module": "powerline.segments.ipython", - "segments": { - "left": [ - { - "type": "string", - "contents": "", - "draw_soft_divider": false, - "width": "auto", - "highlight_groups": ["prompt"] - }, - { - "function": "prompt_count", - "draw_soft_divider": false - }, - { - "type": "string", - "contents": ">", - "highlight_groups": ["prompt"] - } - ] - } -} diff --git a/Common/powerline_config/themes/pdb/default.json b/Common/powerline_config/themes/pdb/default.json deleted file mode 100644 index dcae108..0000000 --- a/Common/powerline_config/themes/pdb/default.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "default_module": "powerline.segments.pdb", - "segments": { - "left": [ - { - "function": "stack_depth" - }, - { - "type": "segment_list", - "function": "powerline.listers.pdb.frame_lister", - "segments": [ - { - "function": "current_file", - "after": ":" - }, - { - "function": "current_line", - "after": " " - }, - { - "function": "current_code_name" - } - ] - } - ] - } -} diff --git a/Common/powerline_config/themes/powerline.json b/Common/powerline_config/themes/powerline.json deleted file mode 100644 index d6c3124..0000000 --- a/Common/powerline_config/themes/powerline.json +++ /dev/null @@ -1,151 +0,0 @@ -{ - "dividers": { - "left": { - "hard": " ", - "soft": " " - }, - "right": { - "hard": " ", - "soft": " " - } - }, - "spaces": 1, - "segment_data": { - "branch": { - "before": " " - }, - "stash": { - "before": "⌆ " - }, - "cwd": { - "args": { - "ellipsis": "⋯" - } - }, - - "line_current_symbol": { - "contents": " " - }, - "player": { - "args": { - "state_symbols": { - "fallback": "♫", - "play": "▶", - "pause": "▮▮", - "stop": "■" - } - } - }, - - "time": { - "before": "⌚ " - }, - - "powerline.segments.common.net.network_load": { - "args": { - "recv_format": "⬇ {value:>8}", - "sent_format": "⬆ {value:>8}" - } - }, - "powerline.segments.common.net.hostname": { - "before": " " - }, - "powerline.segments.common.bat.battery": { - "args": { - "full_heart": "♥", - "empty_heart": "♥", - "online": "⚡︎", - "offline": " " - } - }, - "powerline.segments.common.sys.uptime": { - "before": "⇑ " - }, - "powerline.segments.common.mail.email_imap_alert": { - "before": "✉ " - }, - "powerline.segments.common.env.virtualenv": { - "before": "ⓔ " - }, - "powerline.segments.common.wthr.weather": { - "args": { - "icons": { - "day": "〇", - "blustery": "⚑", - "rainy": "☔", - "cloudy": "☁", - "snowy": "❅", - "stormy": "☈", - "foggy": "≡", - "sunny": "☼", - "night": "☾", - "windy": "☴", - "not_available": "�", - "unknown": "⚠" - } - } - }, - "powerline.segments.common.time.fuzzy_time": { - "args": { - "unicode_text": true - } - }, - - "powerline.segments.vim.mode": { - "args": { - "override": { - "n": "NORMAL", - "no": "N·OPER", - "v": "VISUAL", - "V": "V·LINE", - "^V": "V·BLCK", - "s": "SELECT", - "S": "S·LINE", - "^S": "S·BLCK", - "i": "INSERT", - "ic": "I·COMP", - "ix": "I·C-X ", - "R": "RPLACE", - "Rv": "V·RPLC", - "Rc": "R·COMP", - "Rx": "R·C-X ", - "c": "COMMND", - "cv": "VIM·EX", - "ce": "NRM·EX", - "r": "PROMPT", - "rm": "-MORE-", - "r?": "CNFIRM", - "!": "!SHELL", - "t": "TERM " - } - } - }, - "powerline.segments.vim.visual_range": { - "args": { - "CTRL_V_text": "↕{rows} ↔{vcols}", - "v_text_oneline": "↔{vcols}", - "v_text_multiline": "↕{rows}", - "V_text": "⇕{rows}" - } - }, - "powerline.segments.vim.readonly_indicator": { - "args": { - "text": "" - } - }, - "powerline.segments.vim.modified_indicator": { - "args": { - "text": "+" - } - }, - - "powerline.segments.i3wm.scratchpad": { - "args": { - "icons": { - "fresh": "●", - "changed": "○" - } - } - } - } -} diff --git a/Common/powerline_config/themes/powerline_terminus.json b/Common/powerline_config/themes/powerline_terminus.json deleted file mode 100644 index e5fb1c8..0000000 --- a/Common/powerline_config/themes/powerline_terminus.json +++ /dev/null @@ -1,151 +0,0 @@ -{ - "dividers": { - "left": { - "hard": " ", - "soft": " " - }, - "right": { - "hard": " ", - "soft": " " - } - }, - "spaces": 1, - "segment_data": { - "branch": { - "before": " " - }, - "stash": { - "before": "ST " - }, - "cwd": { - "args": { - "ellipsis": "…" - } - }, - - "line_current_symbol": { - "contents": " " - }, - "player": { - "args": { - "state_symbols": { - "fallback": "♫", - "play": "▶", - "pause": "▮▮", - "stop": "■" - } - } - }, - - "time": { - "before": "" - }, - - "powerline.segments.common.net.network_load": { - "args": { - "recv_format": "⇓ {value:>8}", - "sent_format": "⇑ {value:>8}" - } - }, - "powerline.segments.common.net.hostname": { - "before": " " - }, - "powerline.segments.common.bat.battery": { - "args": { - "full_heart": "♥", - "empty_heart": "♥", - "online": "⚡︎", - "offline": " " - } - }, - "powerline.segments.common.sys.uptime": { - "before": "↑ " - }, - "powerline.segments.common.mail.email_imap_alert": { - "before": "MAIL " - }, - "powerline.segments.common.env.virtualenv": { - "before": "(e) " - }, - "powerline.segments.common.wthr.weather": { - "args": { - "icons": { - "day": "DAY", - "blustery": "WIND", - "rainy": "RAIN", - "cloudy": "CLOUDS", - "snowy": "SNOW", - "stormy": "STORM", - "foggy": "FOG", - "sunny": "SUN", - "night": "NIGHT", - "windy": "WINDY", - "not_available": "NA", - "unknown": "UKN" - } - } - }, - "powerline.segments.common.time.fuzzy_time": { - "args": { - "unicode_text": true - } - }, - - "powerline.segments.vim.mode": { - "args": { - "override": { - "n": "NORMAL", - "no": "N·OPER", - "v": "VISUAL", - "V": "V·LINE", - "^V": "V·BLCK", - "s": "SELECT", - "S": "S·LINE", - "^S": "S·BLCK", - "i": "INSERT", - "ic": "I·COMP", - "ix": "I·C-X ", - "R": "RPLACE", - "Rv": "V·RPLC", - "Rc": "R·COMP", - "Rx": "R·C-X ", - "c": "COMMND", - "cv": "VIM·EX", - "ce": "NRM·EX", - "r": "PROMPT", - "rm": "-MORE-", - "r?": "CNFIRM", - "!": "!SHELL", - "t": "TERM " - } - } - }, - "powerline.segments.vim.visual_range": { - "args": { - "CTRL_V_text": "↕{rows} ↔{vcols}", - "v_text_oneline": "↔{vcols}", - "v_text_multiline": "↕{rows}", - "V_text": "⇕{rows}" - } - }, - "powerline.segments.vim.readonly_indicator": { - "args": { - "text": "" - } - }, - "powerline.segments.vim.modified_indicator": { - "args": { - "text": "+" - } - }, - - "powerline.segments.i3wm.scratchpad": { - "args": { - "icons": { - "fresh": "●", - "changed": "○" - } - } - } - } -} diff --git a/Common/powerline_config/themes/powerline_unicode7.json b/Common/powerline_config/themes/powerline_unicode7.json deleted file mode 100644 index 7a3ad1b..0000000 --- a/Common/powerline_config/themes/powerline_unicode7.json +++ /dev/null @@ -1,165 +0,0 @@ -{ - "dividers": { - "left": { - "hard": " ", - "soft": " " - }, - "right": { - "hard": " ", - "soft": " " - } - }, - "spaces": 1, - "segment_data": { - "branch": { - "before": "🔀 " - }, - "stash": { - "before": "📝" - }, - "cwd": { - "args": { - "ellipsis": "⋯" - } - }, - - "line_current_symbol": { - "contents": " " - }, - "player": { - "args": { - "state_symbols": { - "fallback": "♫", - "play": "⏵", - "pause": "⏸", - "stop": "⏹" - } - } - }, - - "time": { - "before": "🕐 " - }, - - "powerline.segments.common.net.network_load": { - "args": { - "recv_format": "⬇ {value:>8}", - "sent_format": "⬆ {value:>8}" - } - }, - "powerline.segments.common.net.hostname": { - "before": "🏠 " - }, - "powerline.segments.common.bat.battery": { - "args": { - "full_heart": "💙", - "empty_heart": "💛", - "online": "⚡️", - "offline": " " - } - }, - "powerline.segments.common.sys.uptime": { - "before": "⇑ " - }, - "powerline.segments.common.mail.email_imap_alert": { - "before": "✉ " - }, - "powerline.segments.common.env.virtualenv": { - "before": "🐍 " - }, - "powerline.segments.common.wthr.weather": { - "args": { - "icons": { - "tornado": "🌪", - "hurricane": "🌀", - "showers": "☔", - "scattered_showers": "☔", - "thunderstorms": "🌩", - "isolated_thunderstorms": "🌩", - "scattered_thunderstorms": "🌩", - "dust": "🌫", - "fog": "🌫", - "cold": "❄", - "partly_cloudy_day": "🌤", - "mostly_cloudy_day": "🌥", - "sun": "🌣", - "hot": "♨", - "day": "☀", - "blustery": "⚑", - "rainy": "☂", - "cloudy": "☁", - "snowy": "☃", - "stormy": "☈", - "foggy": "🌁", - "sunny": "🌣", - "night": "☾", - "windy": "☴", - "not_available": "�", - "unknown": "⚠" - } - } - }, - "powerline.segments.common.time.fuzzy_time": { - "args": { - "unicode_text": true - } - }, - - "powerline.segments.vim.mode": { - "args": { - "override": { - "n": "NORMAL", - "no": "N·OPER", - "v": "VISUAL", - "V": "V·LINE", - "^V": "V·BLCK", - "s": "SELECT", - "S": "S·LINE", - "^S": "S·BLCK", - "i": "INSERT", - "ic": "I·COMP", - "ix": "I·C-X ", - "R": "RPLACE", - "Rv": "V·RPLC", - "Rc": "R·COMP", - "Rx": "R·C-X ", - "c": "COMMND", - "cv": "VIM·EX", - "ce": "NRM·EX", - "r": "PROMPT", - "rm": "-MORE-", - "r?": "CNFIRM", - "!": "!SHELL", - "t": "TERM " - } - } - }, - "powerline.segments.vim.visual_range": { - "args": { - "CTRL_V_text": "↕{rows} ↔{vcols}", - "v_text_oneline": "↔{vcols}", - "v_text_multiline": "↕{rows}", - "V_text": "⇕{rows}" - } - }, - "powerline.segments.vim.readonly_indicator": { - "args": { - "text": "🔏" - } - }, - "powerline.segments.vim.modified_indicator": { - "args": { - "text": "🖫⃥" - } - }, - - "powerline.segments.i3wm.scratchpad": { - "args": { - "icons": { - "fresh": "●", - "changed": "○" - } - } - } - } -} 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"] - } - ] - } -} diff --git a/Common/powerline_config/themes/tmux/default.json b/Common/powerline_config/themes/tmux/default.json deleted file mode 100644 index d4af595..0000000 --- a/Common/powerline_config/themes/tmux/default.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "dividers": { - "left": { - "hard": " ", - "soft": " " - }, - "right": { - "hard": " ", - "soft": " " - } - }, - "segments": { - "right": [ - { - "function": "powerline.segments.common.time.date", - "name": "time", - "args": { - "format": "%H:%M", - "istime": true - } - }, - { - "function": "powerline.segments.common.net.hostname" - } - ] - } -} diff --git a/Common/powerline_config/themes/unicode.json b/Common/powerline_config/themes/unicode.json deleted file mode 100644 index 0802852..0000000 --- a/Common/powerline_config/themes/unicode.json +++ /dev/null @@ -1,151 +0,0 @@ -{ - "dividers": { - "left": { - "hard": "▌ ", - "soft": "│ " - }, - "right": { - "hard": " ▐", - "soft": " │" - } - }, - "spaces": 1, - "segment_data": { - "branch": { - "before": "⎇ " - }, - "stash": { - "before": "⌆" - }, - "cwd": { - "args": { - "ellipsis": "⋯" - } - }, - "player": { - "args": { - "state_symbols": { - "fallback": "♫", - "play": "▶", - "pause": "▮▮", - "stop": "■" - } - } - }, - - "line_current_symbol": { - "contents": " " - }, - - "time": { - "before": "⌚ " - }, - - "powerline.segments.common.net.network_load": { - "args": { - "recv_format": "⬇ {value:>8}", - "sent_format": "⬆ {value:>8}" - } - }, - "powerline.segments.common.net.hostname": { - "before": "⌂ " - }, - "powerline.segments.common.bat.battery": { - "args": { - "full_heart": "♥", - "empty_heart": "♥", - "online": "⚡︎", - "offline": " " - } - }, - "powerline.segments.common.sys.uptime": { - "before": "⇑ " - }, - "powerline.segments.common.mail.email_imap_alert": { - "before": "✉ " - }, - "powerline.segments.common.env.virtualenv": { - "before": "ⓔ " - }, - "powerline.segments.common.wthr.weather": { - "args": { - "icons": { - "day": "〇", - "blustery": "⚑", - "rainy": "☔", - "cloudy": "☁", - "snowy": "❅", - "stormy": "☈", - "foggy": "≡", - "sunny": "☼", - "night": "☾", - "windy": "☴", - "not_available": "�", - "unknown": "⚠" - } - } - }, - "powerline.segments.common.time.fuzzy_time": { - "args": { - "unicode_text": true - } - }, - - "powerline.segments.vim.mode": { - "args": { - "override": { - "n": "NORMAL", - "no": "N·OPER", - "v": "VISUAL", - "V": "V·LINE", - "^V": "V·BLCK", - "s": "SELECT", - "S": "S·LINE", - "^S": "S·BLCK", - "i": "INSERT", - "ic": "I·COMP", - "ix": "I·C-X ", - "R": "RPLACE", - "Rv": "V·RPLC", - "Rc": "R·COMP", - "Rx": "R·C-X ", - "c": "COMMND", - "cv": "VIM·EX", - "ce": "NRM·EX", - "r": "PROMPT", - "rm": "-MORE-", - "r?": "CNFIRM", - "!": "!SHELL", - "t": "TERM " - } - } - }, - "powerline.segments.vim.visual_range": { - "args": { - "CTRL_V_text": "↕{rows} ↔{vcols}", - "v_text_oneline": "↔{vcols}", - "v_text_multiline": "↕{rows}", - "V_text": "⇕{rows}" - } - }, - "powerline.segments.vim.readonly_indicator": { - "args": { - "text": "⊗" - } - }, - "powerline.segments.vim.modified_indicator": { - "args": { - "text": "+" - } - }, - - "powerline.segments.i3wm.scratchpad": { - "args": { - "icons": { - "fresh": "●", - "changed": "○" - } - } - } - } -} diff --git a/Common/powerline_config/themes/unicode_terminus.json b/Common/powerline_config/themes/unicode_terminus.json deleted file mode 100644 index 9c76985..0000000 --- a/Common/powerline_config/themes/unicode_terminus.json +++ /dev/null @@ -1,151 +0,0 @@ -{ - "dividers": { - "left": { - "hard": "▌ ", - "soft": "│ " - }, - "right": { - "hard": " ▐", - "soft": " │" - } - }, - "spaces": 1, - "segment_data": { - "branch": { - "before": "BR " - }, - "stash": { - "before": "ST " - }, - "cwd": { - "args": { - "ellipsis": "…" - } - }, - - "line_current_symbol": { - "contents": " " - }, - "player": { - "args": { - "state_symbols": { - "fallback": "♫", - "play": "▶", - "pause": "▮▮", - "stop": "■" - } - } - }, - - "time": { - "before": "" - }, - - "powerline.segments.common.net.network_load": { - "args": { - "recv_format": "⇓ {value:>8}", - "sent_format": "⇑ {value:>8}" - } - }, - "powerline.segments.common.net.hostname": { - "before": "⌂ " - }, - "powerline.segments.common.bat.battery": { - "args": { - "full_heart": "♥", - "empty_heart": "♥", - "online": "⚡︎", - "offline": " " - } - }, - "powerline.segments.common.sys.uptime": { - "before": "↑ " - }, - "powerline.segments.common.mail.email_imap_alert": { - "before": "MAIL " - }, - "powerline.segments.common.env.virtualenv": { - "before": "(e) " - }, - "powerline.segments.common.wthr.weather": { - "args": { - "icons": { - "day": "DAY", - "blustery": "WIND", - "rainy": "RAIN", - "cloudy": "CLOUDS", - "snowy": "SNOW", - "stormy": "STORM", - "foggy": "FOG", - "sunny": "SUN", - "night": "NIGHT", - "windy": "WINDY", - "not_available": "NA", - "unknown": "UKN" - } - } - }, - "powerline.segments.common.time.fuzzy_time": { - "args": { - "unicode_text": true - } - }, - - "powerline.segments.vim.mode": { - "args": { - "override": { - "n": "NORMAL", - "no": "N·OPER", - "v": "VISUAL", - "V": "V·LINE", - "^V": "V·BLCK", - "s": "SELECT", - "S": "S·LINE", - "^S": "S·BLCK", - "i": "INSERT", - "ic": "I·COMP", - "ix": "I·C-X ", - "R": "RPLACE", - "Rv": "V·RPLC", - "Rc": "R·COMP", - "Rx": "R·C-X ", - "c": "COMMND", - "cv": "VIM·EX", - "ce": "NRM·EX", - "r": "PROMPT", - "rm": "-MORE-", - "r?": "CNFIRM", - "!": "!SHELL", - "t": "TERM " - } - } - }, - "powerline.segments.vim.visual_range": { - "args": { - "CTRL_V_text": "{rows} × {vcols}", - "v_text_oneline": "C:{vcols}", - "v_text_multiline": "L:{rows}", - "V_text": "L:{rows}" - } - }, - "powerline.segments.vim.readonly_indicator": { - "args": { - "text": "RO" - } - }, - "powerline.segments.vim.modified_indicator": { - "args": { - "text": "+" - } - }, - - "powerline.segments.i3wm.scratchpad": { - "args": { - "icons": { - "fresh": "●", - "changed": "○" - } - } - } - } -} diff --git a/Common/powerline_config/themes/unicode_terminus_condensed.json b/Common/powerline_config/themes/unicode_terminus_condensed.json deleted file mode 100644 index 421f5c8..0000000 --- a/Common/powerline_config/themes/unicode_terminus_condensed.json +++ /dev/null @@ -1,151 +0,0 @@ -{ - "dividers": { - "left": { - "hard": "▌", - "soft": "│" - }, - "right": { - "hard": "▐", - "soft": "│" - } - }, - "spaces": 0, - "segment_data": { - "branch": { - "before": "B " - }, - "stash": { - "before": "S " - }, - "cwd": { - "args": { - "use_path_separator": true, - "ellipsis": "…" - } - }, - - "line_current_symbol": { - "contents": "" - }, - "player": { - "args": { - "state_symbols": { - "fallback": "♫", - "play": "▶", - "pause": "▮▮", - "stop": "■" - } - } - }, - - "time": { - "before": "" - }, - - "powerline.segments.common.net.network_load": { - "args": { - "recv_format": "⇓{value:>8}", - "sent_format": "⇑{value:>8}" - } - }, - "powerline.segments.common.net.hostname": { - "before": "⌂" - }, - "powerline.segments.common.bat.battery": { - "args": { - "full_heart": "♥", - "empty_heart": "♥", - "online": "⚡︎", - "offline": " " - } - }, - "powerline.segments.common.sys.uptime": { - "before": "↑" - }, - "powerline.segments.common.mail.email_imap_alert": { - "before": "M " - }, - "powerline.segments.common.env.virtualenv": { - "before": "E " - }, - "powerline.segments.common.wthr.weather": { - "args": { - "icons": { - "day": "D", - "blustery": "W", - "rainy": "R", - "cloudy": "c", - "snowy": "*", - "stormy": "S", - "foggy": "f", - "sunny": "s", - "night": "N", - "windy": "w", - "not_available": "-", - "unknown": "!" - } - } - }, - "powerline.segments.common.time.fuzzy_time": { - "args": { - "unicode_text": true - } - }, - - "powerline.segments.vim.mode": { - "args": { - "override": { - "n": "NML", - "no": "NOP", - "v": "VIS", - "V": "VLN", - "^V": "VBL", - "s": "SEL", - "S": "SLN", - "^S": "SBL", - "i": "INS", - "ic": "I-C", - "ix": "I^X", - "R": "REP", - "Rv": "VRP", - "Rc": "R-C", - "Rx": "R^X", - "c": "CMD", - "cv": "VEX", - "ce": " EX", - "r": "PRT", - "rm": "MOR", - "r?": "CON", - "!": " SH" - } - } - }, - "powerline.segments.vim.visual_range": { - "args": { - "CTRL_V_text": "{rows}×{vcols}", - "v_text_oneline": "↔{vcols}", - "v_text_multiline": "↕{rows}", - "V_text": "⇕{rows}" - } - }, - "powerline.segments.vim.readonly_indicator": { - "args": { - "text": "RO" - } - }, - "powerline.segments.vim.modified_indicator": { - "args": { - "text": "+" - } - }, - - "powerline.segments.i3wm.scratchpad": { - "args": { - "icons": { - "fresh": "●", - "changed": "○" - } - } - } - } -} diff --git a/Common/powerline_config/themes/vim/__main__.json b/Common/powerline_config/themes/vim/__main__.json deleted file mode 100644 index 7cd3305..0000000 --- a/Common/powerline_config/themes/vim/__main__.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "segment_data": { - "line_percent": { - "args": { - "gradient": true - }, - "after": "%" - } - } -} diff --git a/Common/powerline_config/themes/vim/cmdwin.json b/Common/powerline_config/themes/vim/cmdwin.json deleted file mode 100644 index e6a05b0..0000000 --- a/Common/powerline_config/themes/vim/cmdwin.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "segments": { - "left": [ - { - "type": "string", - "contents": "Command Line", - "highlight_groups": ["file_name"] - }, - { - "type": "string", - "highlight_groups": ["background"], - "draw_soft_divider": false, - "draw_hard_divider": false, - "width": "auto" - } - ] - } -} diff --git a/Common/powerline_config/themes/vim/default.json b/Common/powerline_config/themes/vim/default.json deleted file mode 100644 index 9b0c744..0000000 --- a/Common/powerline_config/themes/vim/default.json +++ /dev/null @@ -1,128 +0,0 @@ -{ - "segments": { - "left": [ - { - "function": "mode", - "exclude_modes": ["nc"] - }, - { - "function": "visual_range", - "include_modes": ["v", "V", "^V", "s", "S", "^S"], - "priority": 10 - }, - { - "function": "paste_indicator", - "exclude_modes": ["nc"], - "priority": 10 - }, - { - "function": "powerline.segments.vim.plugin.capslock.capslock_indicator", - "include_modes": ["i", "R", "Rv"], - "priority": 10 - }, - { - "function": "branch", - "exclude_modes": ["nc"], - "priority": 30 - }, - { - "function": "readonly_indicator", - "draw_soft_divider": false, - "after": " " - }, - { - "function": "file_scheme", - "priority": 20 - }, - { - "function": "file_directory", - "priority": 40, - "draw_soft_divider": false - }, - { - "function": "file_name", - "draw_soft_divider": false - }, - { - "function": "file_vcs_status", - "before": " ", - "draw_soft_divider": false - }, - { - "function": "modified_indicator", - "before": " " - }, - { - "exclude_modes": ["i", "R", "Rv"], - "function": "trailing_whitespace", - "display": false, - "priority": 60 - }, - { - "exclude_modes": ["nc"], - "function": "powerline.segments.vim.plugin.syntastic.syntastic", - "priority": 50 - }, - { - "exclude_modes": ["nc"], - "function": "powerline.segments.vim.plugin.tagbar.current_tag", - "draw_soft_divider": false, - "priority": 50 - }, - { - "type": "string", - "highlight_groups": ["background"], - "draw_soft_divider": false, - "draw_hard_divider": false, - "width": "auto" - } - ], - "right": [ - { - "function": "file_format", - "draw_soft_divider": false, - "exclude_modes": ["nc"], - "priority": 60 - }, - { - "function": "file_encoding", - "exclude_modes": ["nc"], - "priority": 60 - }, - { - "function": "file_type", - "exclude_modes": ["nc"], - "priority": 60 - }, - { - "function": "line_percent", - "priority": 50, - "width": 4, - "align": "r" - }, - { - "function": "csv_col_current", - "priority": 30 - }, - { - "type": "string", - "name": "line_current_symbol", - "highlight_groups": ["line_current_symbol", "line_current"] - }, - { - "function": "line_current", - "draw_soft_divider": false, - "width": 3, - "align": "r" - }, - { - "function": "virtcol_current", - "draw_soft_divider": false, - "priority": 20, - "before": ":", - "width": 3, - "align": "l" - } - ] - } -} diff --git a/Common/powerline_config/themes/vim/help.json b/Common/powerline_config/themes/vim/help.json deleted file mode 100644 index 45c9458..0000000 --- a/Common/powerline_config/themes/vim/help.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "segments": { - "left": [ - { - "function": "file_name", - "draw_soft_divider": false - }, - { - "type": "string", - "highlight_groups": ["background"], - "draw_soft_divider": false, - "draw_hard_divider": false, - "width": "auto" - } - ], - "right": [ - { - "function": "line_percent", - "priority": 30, - "width": 4, - "align": "r" - }, - { - "type": "string", - "name": "line_current_symbol", - "highlight_groups": ["line_current_symbol", "line_current"] - }, - { - "function": "line_current", - "draw_soft_divider": false, - "width": 3, - "align": "r" - } - ] - } -} diff --git a/Common/powerline_config/themes/vim/plugin_commandt.json b/Common/powerline_config/themes/vim/plugin_commandt.json deleted file mode 100644 index dd6748f..0000000 --- a/Common/powerline_config/themes/vim/plugin_commandt.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "segments": { - "left": [ - { - "type": "string", - "contents": "Command-T", - "highlight_groups": ["commandt:label"] - }, - { - "function": "powerline.segments.vim.plugin.commandt.finder" - }, - { - "function": "powerline.segments.vim.plugin.commandt.path" - }, - { - "type": "string", - "highlight_groups": ["commandt:background"], - "draw_soft_divider": false, - "draw_hard_divider": false, - "width": "auto" - } - ], - "right": [ - ] - } -} diff --git a/Common/powerline_config/themes/vim/plugin_gundo-preview.json b/Common/powerline_config/themes/vim/plugin_gundo-preview.json deleted file mode 100644 index ad8432c..0000000 --- a/Common/powerline_config/themes/vim/plugin_gundo-preview.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "segments": { - "left": [ - { - "type": "string", - "highlight_groups": ["gundo:name", "file_name"], - "contents": "Undo diff" - }, - { - "type": "string", - "highlight_groups": ["gundo:background", "background"], - "draw_soft_divider": false, - "draw_hard_divider": false, - "width": "auto" - } - ] - } -} diff --git a/Common/powerline_config/themes/vim/plugin_gundo.json b/Common/powerline_config/themes/vim/plugin_gundo.json deleted file mode 100644 index a03b256..0000000 --- a/Common/powerline_config/themes/vim/plugin_gundo.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "segments": { - "left": [ - { - "type": "string", - "highlight_groups": ["gundo:name", "file_name"], - "contents": "Undo tree" - }, - { - "type": "string", - "highlight_groups": ["gundo:background", "background"], - "draw_soft_divider": false, - "draw_hard_divider": false, - "width": "auto" - } - ] - } -} diff --git a/Common/powerline_config/themes/vim/plugin_nerdtree.json b/Common/powerline_config/themes/vim/plugin_nerdtree.json deleted file mode 100644 index 896d393..0000000 --- a/Common/powerline_config/themes/vim/plugin_nerdtree.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "default_module": "powerline.segments.vim.plugin.nerdtree", - "segments": { - "left": [ - { - "function": "nerdtree" - }, - { - "type": "string", - "highlight_groups": ["background"], - "draw_soft_divider": false, - "draw_hard_divider": false, - "width": "auto" - } - ] - } -} diff --git a/Common/powerline_config/themes/vim/quickfix.json b/Common/powerline_config/themes/vim/quickfix.json deleted file mode 100644 index ae4d5a5..0000000 --- a/Common/powerline_config/themes/vim/quickfix.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "segment_data": { - "buffer_name": { - "contents": "Location List" - } - }, - "segments": { - "left": [ - { - "type": "string", - "name": "buffer_name", - "highlight_groups": ["file_name"] - }, - { - "function": "window_title", - "draw_soft_divider": false - }, - { - "type": "string", - "highlight_groups": ["background"], - "draw_soft_divider": false, - "draw_hard_divider": false, - "width": "auto" - } - ], - "right": [ - { - "type": "string", - "name": "line_current_symbol", - "highlight_groups": ["line_current_symbol", "line_current"] - }, - { - "function": "line_current", - "draw_soft_divider": false, - "width": 3, - "align": "r" - } - ] - } -} diff --git a/Common/powerline_config/themes/vim/tabline.json b/Common/powerline_config/themes/vim/tabline.json deleted file mode 100644 index 1e3130e..0000000 --- a/Common/powerline_config/themes/vim/tabline.json +++ /dev/null @@ -1,93 +0,0 @@ -{ - "default_module": "powerline.segments.vim", - "segments": { - "left": [ - { - "type": "segment_list", - "function": "powerline.listers.vim.tablister", - "exclude_function": "single_tab", - "segments": [ - { - "function": "tab" - }, - { - "function": "tabnr", - "after": " ", - "priority": 5 - }, - { - "function": "file_directory", - "priority": 40 - }, - { - "function": "file_name", - "args": { - "display_no_file": true - }, - "priority": 10 - }, - { - "function": "tab_modified_indicator", - "priority": 5 - } - ] - }, - { - "function": "tab", - "args": { - "end": true - } - }, - { - "type": "segment_list", - "function": "powerline.listers.vim.bufferlister", - "include_function": "single_tab", - "segments": [ - { - "function": "bufnr", - "after": " ", - "priority": 5 - }, - { - "function": "file_directory", - "priority": 40 - }, - { - "function": "file_name", - "args": { - "display_no_file": true - }, - "priority": 10 - }, - { - "function": "modified_indicator", - "priority": 5 - } - ] - }, - { - "type": "string", - "highlight_groups": ["tab:background"], - "draw_soft_divider": false, - "draw_hard_divider": false, - "width": "auto" - } - ], - "right": [ - { - "type": "string", - "contents": "Bufs", - "name": "single_tab", - "highlight_groups": ["single_tab"], - "include_function": "single_tab" - }, - { - "type": "string", - "contents": "Tabs", - "name": "many_tabs", - "highlight_groups": ["many_tabs"], - "exclude_function": "single_tab" - } - ] - } -} diff --git a/Common/powerline_config/themes/wm/default.json b/Common/powerline_config/themes/wm/default.json deleted file mode 100644 index 579080d..0000000 --- a/Common/powerline_config/themes/wm/default.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "segments": { - "right": [ - { - "function": "powerline.segments.common.wthr.weather", - "priority": 50 - }, - { - "function": "powerline.segments.common.time.date" - }, - { - "function": "powerline.segments.common.time.date", - "name": "time", - "args": { - "format": "%H:%M", - "istime": true - } - }, - { - "function": "powerline.segments.common.mail.email_imap_alert", - "priority": 10, - "args": { - "username": "", - "password": "" - } - } - ] - } -} |