diff options
Diffstat (limited to 'linux/powerline_config/themes/shell/select.json')
-rw-r--r-- | linux/powerline_config/themes/shell/select.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/linux/powerline_config/themes/shell/select.json b/linux/powerline_config/themes/shell/select.json new file mode 100644 index 0000000..3d81408 --- /dev/null +++ b/linux/powerline_config/themes/shell/select.json @@ -0,0 +1,13 @@ +{ + "segments": { + "left": [ + { + "type": "string", + "contents": "Select variant", + "width": "auto", + "align": "r", + "highlight_groups": ["continuation:current"] + } + ] + } +} |