From fd54f633476ef9d5acd9b2ad78f167726e424f4f Mon Sep 17 00:00:00 2001 From: XZS Date: Sat, 23 Apr 2016 10:05:26 +0200 Subject: [PATCH] indicate stash with symbols Like already in place for the branch, Unicode symbols or letter indicators make it easier to tell the stash counter apart from other segments. --- powerline/config_files/themes/ascii.json | 3 +++ powerline/config_files/themes/powerline.json | 3 +++ powerline/config_files/themes/powerline_unicode7.json | 3 +++ powerline/config_files/themes/unicode.json | 3 +++ powerline/config_files/themes/unicode_terminus.json | 3 +++ powerline/config_files/themes/unicode_terminus_condensed.json | 3 +++ 6 files changed, 18 insertions(+) diff --git a/powerline/config_files/themes/ascii.json b/powerline/config_files/themes/ascii.json index 7b12d446..c6760613 100644 --- a/powerline/config_files/themes/ascii.json +++ b/powerline/config_files/themes/ascii.json @@ -15,6 +15,9 @@ "branch": { "before": "BR " }, + "stash": { + "before": "ST " + }, "cwd": { "args": { "ellipsis": "..." diff --git a/powerline/config_files/themes/powerline.json b/powerline/config_files/themes/powerline.json index 4ca9f0ee..db8246b7 100644 --- a/powerline/config_files/themes/powerline.json +++ b/powerline/config_files/themes/powerline.json @@ -14,6 +14,9 @@ "branch": { "before": " " }, + "stash": { + "before": "⌆ " + }, "cwd": { "args": { "ellipsis": "⋯" diff --git a/powerline/config_files/themes/powerline_unicode7.json b/powerline/config_files/themes/powerline_unicode7.json index d470d3a9..0d3c5d13 100644 --- a/powerline/config_files/themes/powerline_unicode7.json +++ b/powerline/config_files/themes/powerline_unicode7.json @@ -14,6 +14,9 @@ "branch": { "before": "🔀 " }, + "stash": { + "before": "📝" + }, "cwd": { "args": { "ellipsis": "⋯" diff --git a/powerline/config_files/themes/unicode.json b/powerline/config_files/themes/unicode.json index 4b52fd3b..049dcf08 100644 --- a/powerline/config_files/themes/unicode.json +++ b/powerline/config_files/themes/unicode.json @@ -14,6 +14,9 @@ "branch": { "before": "⎇ " }, + "stash": { + "before": "⌆" + }, "cwd": { "args": { "ellipsis": "⋯" diff --git a/powerline/config_files/themes/unicode_terminus.json b/powerline/config_files/themes/unicode_terminus.json index b7b005e4..47320529 100644 --- a/powerline/config_files/themes/unicode_terminus.json +++ b/powerline/config_files/themes/unicode_terminus.json @@ -14,6 +14,9 @@ "branch": { "before": "BR " }, + "stash": { + "before": "ST " + }, "cwd": { "args": { "ellipsis": "…" diff --git a/powerline/config_files/themes/unicode_terminus_condensed.json b/powerline/config_files/themes/unicode_terminus_condensed.json index fc9e90aa..bac59be2 100644 --- a/powerline/config_files/themes/unicode_terminus_condensed.json +++ b/powerline/config_files/themes/unicode_terminus_condensed.json @@ -14,6 +14,9 @@ "branch": { "before": "B " }, + "stash": { + "before": "S " + }, "cwd": { "args": { "use_path_separator": true,