aboutsummaryrefslogtreecommitdiff
path: root/config/powerline/themes/shell/default_leftonly.json
diff options
context:
space:
mode:
Diffstat (limited to 'config/powerline/themes/shell/default_leftonly.json')
-rw-r--r--config/powerline/themes/shell/default_leftonly.json43
1 files changed, 43 insertions, 0 deletions
diff --git a/config/powerline/themes/shell/default_leftonly.json b/config/powerline/themes/shell/default_leftonly.json
new file mode 100644
index 0000000..16af975
--- /dev/null
+++ b/config/powerline/themes/shell/default_leftonly.json
@@ -0,0 +1,43 @@
+{
+ "default_module": "powerline.segments.common",
+ "segment_data": {
+ "hostname": {
+ "before": " ",
+ "args": {
+ "only_if_ssh": true
+ }
+ },
+ "virtualenv": {
+ "before": "ⓔ "
+ },
+ "branch": {
+ "before": " "
+ }
+ },
+ "segments": {
+ "left": [
+ {
+ "name": "hostname"
+ },
+ {
+ "name": "user"
+ },
+ {
+ "name": "virtualenv"
+ },
+ {
+ "name": "branch"
+ },
+ {
+ "name": "cwd",
+ "args": {
+ "dir_limit_depth": 3
+ }
+ },
+ {
+ "name": "last_status",
+ "module": "powerline.segments.shell"
+ }
+ ]
+ }
+}