From 824557e551025ba22780849a7735cf0d547826ea Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Wed, 25 May 2022 23:32:49 +0200 Subject: add powerline configs --- .config/powerline/themes/shell/select.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .config/powerline/themes/shell/select.json (limited to '.config/powerline/themes/shell/select.json') diff --git a/.config/powerline/themes/shell/select.json b/.config/powerline/themes/shell/select.json new file mode 100644 index 0000000..3d81408 --- /dev/null +++ b/.config/powerline/themes/shell/select.json @@ -0,0 +1,13 @@ +{ + "segments": { + "left": [ + { + "type": "string", + "contents": "Select variant", + "width": "auto", + "align": "r", + "highlight_groups": ["continuation:current"] + } + ] + } +} -- cgit v1.2.3