aboutsummaryrefslogtreecommitdiff
path: root/system/.config/powerline/themes/shell/custom.json
diff options
context:
space:
mode:
authorCamil Staps2021-06-28 13:00:31 +0200
committerCamil Staps2021-06-28 13:00:31 +0200
commit019acfc350777ea54355b3b499b63690cc411bf3 (patch)
tree802b680e8c24b7b55cecbce8b461dc54aa0f614a /system/.config/powerline/themes/shell/custom.json
parentAdd settings to .gitconfig.local (diff)
Switch to powerline-go for nix-shell support
Diffstat (limited to 'system/.config/powerline/themes/shell/custom.json')
-rw-r--r--system/.config/powerline/themes/shell/custom.json42
1 files changed, 0 insertions, 42 deletions
diff --git a/system/.config/powerline/themes/shell/custom.json b/system/.config/powerline/themes/shell/custom.json
deleted file mode 100644
index 030de37..0000000
--- a/system/.config/powerline/themes/shell/custom.json
+++ /dev/null
@@ -1,42 +0,0 @@
-{
- "segments": {
- "left": [
- {
- "function": "powerline.segments.common.net.hostname",
- "priority": 10
- },
- {
- "function": "powerline.segments.common.env.user",
- "args": {
- "hide_user": "camil"
- },
- "priority": 30
- },
- {
- "function": "powerline.segments.shell.cwd",
- "args": {
- "dir_limit_depth": 3,
- "dir_shorten_len": 4,
- "use_path_separator": true
- },
- "priority": 10
- },
- {
- "function": "powerline.segments.common.vcs.branch",
- "args": {
- "status_colors": true,
- "ignore_statuses": ["U"]
- },
- "priority": 40
- },
- {
- "function": "powerline.segments.shell.jobnum",
- "priority": 20
- },
- {
- "function": "powerline.segments.shell.last_pipe_status",
- "priority": 10
- }
- ]
- }
-}