From 72efe134f645a5212f875c153dd8db4a64cbe968 Mon Sep 17 00:00:00 2001 From: "jakob.stendahl" Date: Tue, 23 Jan 2024 11:13:18 +0100 Subject: changes --- Common/powerline_config/themes/unicode.json | 151 ---------------------------- 1 file changed, 151 deletions(-) delete mode 100644 Common/powerline_config/themes/unicode.json (limited to 'Common/powerline_config/themes/unicode.json') 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": "○" - } - } - } - } -} -- cgit v1.2.3