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" }