From 12102c365247329f4d6964d6b48e12fa2bf67208 Mon Sep 17 00:00:00 2001 From: "jakob.stendahl" Date: Tue, 3 May 2022 08:41:57 +0200 Subject: Some changes --- Common/powerline_config/themes/tmux/default.json | 27 ++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 Common/powerline_config/themes/tmux/default.json (limited to 'Common/powerline_config/themes/tmux') diff --git a/Common/powerline_config/themes/tmux/default.json b/Common/powerline_config/themes/tmux/default.json new file mode 100644 index 0000000..d4af595 --- /dev/null +++ b/Common/powerline_config/themes/tmux/default.json @@ -0,0 +1,27 @@ +{ + "dividers": { + "left": { + "hard": " ", + "soft": " " + }, + "right": { + "hard": " ", + "soft": " " + } + }, + "segments": { + "right": [ + { + "function": "powerline.segments.common.time.date", + "name": "time", + "args": { + "format": "%H:%M", + "istime": true + } + }, + { + "function": "powerline.segments.common.net.hostname" + } + ] + } +} -- cgit v1.2.3