From e82aa285372c3bdbe335293f8e3e012ff3ec44ca Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Wed, 21 Jan 2015 21:50:30 -0800 Subject: [PATCH] new powerline compatibility for tmux theme. --- dotfiles/config/powerline/themes/tmux/default.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/dotfiles/config/powerline/themes/tmux/default.json b/dotfiles/config/powerline/themes/tmux/default.json index a60589e2..8235aac2 100644 --- a/dotfiles/config/powerline/themes/tmux/default.json +++ b/dotfiles/config/powerline/themes/tmux/default.json @@ -11,30 +11,30 @@ "segments": { "right": [ { - "function": "system_load", + "function": "powerline.segments.common.sys.system_load", "priority": 50 }, { - "function": "uptime", + "function": "powerline.segments.common.sys.uptime", "priority": 50 }, { - "function": "date", + "function": "powerline.segments.common.time.date", "args": { "format": "%H:%M", "istime": true } }, { - "function": "external_ip" + "function": "powerline.segments.common.net.external_ip" }, { - "function": "hostname" + "function": "powerline.segments.common.net.hostname" } ], "special": [ { - "function": "window_status", + "function": "powerline.segments.tmux.window_status", "type": "string", "contnets": "#I" }