From 3193316b059ce6f9302cae66375734a28e2f1185 Mon Sep 17 00:00:00 2001 From: Adam Gausmann Date: Thu, 11 Jan 2018 15:59:55 -0600 Subject: [PATCH] ACTUALLY GET RID OF POWERLINE --- .config/powerline/colorschemes/wm/exams.json | 69 -------------------- .config/powerline/themes/shell/custom.json | 31 --------- .config/powerline/themes/tmux/custom.json | 20 ------ .config/powerline/themes/wm/exams.json | 32 --------- 4 files changed, 152 deletions(-) delete mode 100644 .config/powerline/colorschemes/wm/exams.json delete mode 100644 .config/powerline/themes/shell/custom.json delete mode 100644 .config/powerline/themes/tmux/custom.json delete mode 100644 .config/powerline/themes/wm/exams.json diff --git a/.config/powerline/colorschemes/wm/exams.json b/.config/powerline/colorschemes/wm/exams.json deleted file mode 100644 index 4ccf7c1..0000000 --- a/.config/powerline/colorschemes/wm/exams.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "groups": { - "mode": { - "fg": "gray8", - "bg": "darkred", - "attrs": ["bold"] - }, - "w_focused": { - "fg": "white", - "bg": "darkestblue", - "attrs": ["bold"] - }, - "w_visible": { - "fg": "gray2", - "bg": "gray8", - "attrs": [] - }, - "workspace": { - "fg": "gray8", - "bg": "gray2", - "attrs": [] - }, - "internal_ip": { - "fg": "gray8", - "bg": "gray2", - "attrs": [] - }, - "system_load": { - "fg": "gray8", - "bg": "gray2", - "attrs": [] - }, - "cpu_load_percent": { - "fg": "gray8", - "bg": "gray2", - "attrs": [] - }, - "volume": { - "fg": "gray2", - "bg": "gray8", - "attrs": [] - }, - "mute": { - "fg": "gray2", - "bg": "gray8", - "attrs": [] - }, - "battery": { - "fg": "gray8", - "bg": "gray2", - "attrs": [] - }, - "battery_full": { - "fg": "white", - "bg": "darkestgreen", - "attrs": [] - }, - "battery_empty": { - "fg": "gray9", - "bg": "red", - "attrs": ["bold"] - }, - "date": { - "fg": "white", - "bg": "darkestblue", - "attrs": [] - } - } -} diff --git a/.config/powerline/themes/shell/custom.json b/.config/powerline/themes/shell/custom.json deleted file mode 100644 index a2812c5..0000000 --- a/.config/powerline/themes/shell/custom.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "segments": { - "left": [ - { - "function": "powerline.segments.shell.last_status", - "priority": 10 - }, - { - "function": "powerline.segments.common.net.hostname", - "priority": 10 - }, - { - "function": "powerline.segments.common.env.user", - "priority": 30 - }, - { - "function": "powerline.segments.shell.cwd", - "priority": 10 - }, - { - "function": "powerline.segments.shell.jobnum", - "priority": 20 - }, - { - "function": "powerline.segments.common.vcs.branch", - "priority": 40 - } - - ] - } -} diff --git a/.config/powerline/themes/tmux/custom.json b/.config/powerline/themes/tmux/custom.json deleted file mode 100644 index 24ad5bf..0000000 --- a/.config/powerline/themes/tmux/custom.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "segments": { - "right": [ - { - "function": "powerline.segments.common.time.date" - }, - { - "function": "powerline.segments.common.time.date", - "name": "time", - "args": { - "format": "%H:%M", - "istime": true - } - }, - { - "function": "powerline.segments.common.net.hostname" - } - ] - } -} diff --git a/.config/powerline/themes/wm/exams.json b/.config/powerline/themes/wm/exams.json deleted file mode 100644 index ba6aab5..0000000 --- a/.config/powerline/themes/wm/exams.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "segments": { - "left": [ - { - "function": "powerline.segments.i3wm.mode" - }, - { - "function": "powerline.segments.i3wm.workspaces" - } - ], - "right": [ - { - "function": "powerline-pulseaudio.segments.mute" - }, - { - "function": "powerline-pulseaudio.segments.volume" - }, - { - "function": "powerline.segments.common.bat.battery" - }, - { - "function": "powerline.segments.common.sys.cpu_load_percent" - }, - { - "function": "powerline.segments.common.time.date", - "args": { - "format": "%Y-%m-%d %H:%M:%S" - } - } - ] - } -}