diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2019-05-15 18:00:53 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2019-05-15 18:00:53 +0200 |
commit | a99c97233bc02e682d2c7ef8f8fe584412fa7957 (patch) | |
tree | e96e8407efdab8ac0ef288e6889d004be3ccb784 /powerline/themes/tmux | |
parent | 6423fc63ab75f73d641e3b2c89768f2334f2830b (diff) | |
download | dotfiles-a99c97233bc02e682d2c7ef8f8fe584412fa7957.tar.gz |
Powerbar!!!
Diffstat (limited to 'powerline/themes/tmux')
-rw-r--r-- | powerline/themes/tmux/default.json | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/powerline/themes/tmux/default.json b/powerline/themes/tmux/default.json new file mode 100644 index 0000000..4532ced --- /dev/null +++ b/powerline/themes/tmux/default.json @@ -0,0 +1,28 @@ +{ + "segments": { + "right": [ + { + "function": "powerline.segments.common.sys.uptime", + "priority": 50 + }, + { + "function": "powerline.segments.common.sys.system_load", + "priority": 50 + }, + { + "function": "powerline.segments.common.time.date" + }, + { + "function": "powerline.segments.common.time.date", + "name": "time", + "args": { + "format": "%H:%M", + "istime": true + } + }, + { + "function": "powerline.segments.common.net.hostname" + } + ] + } +} |