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/continuation.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .config/powerline/themes/shell/continuation.json (limited to '.config/powerline/themes/shell/continuation.json') diff --git a/.config/powerline/themes/shell/continuation.json b/.config/powerline/themes/shell/continuation.json new file mode 100644 index 0000000..9307fc0 --- /dev/null +++ b/.config/powerline/themes/shell/continuation.json @@ -0,0 +1,12 @@ +{ + "default_module": "powerline.segments.shell", + "segments": { + "left": [ + { + "function": "continuation" + } + ], + "right": [ + ] + } +} -- cgit v1.2.3