You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe I've followed all the steps correctly. However segment is not showing in either shell or tmux.
I can verify that the powerline_kubernetes module works fine individually:
Python 3.7.3 (default, Dec 20 2019, 18:57:59)
[GCC 8.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import powerline_kubernetes
>>> s = powerline_kubernetes.segments.KubernetesSegment()
>>> s.config['clusters'][0]['name']
'minikube'
>>>
I believe I've followed all the steps correctly. However segment is not showing in either shell or tmux.
I can verify that the
powerline_kubernetes
module works fine individually:Here is my
themes/tmux/default.json
:I did add following lines to the corresponding colorscheme file (tried both
colorscheme/default.json
andcolorscheme/tmux/default.json
):BTW,
powerline_docker
works for me fine.Please help. Thanks!
The text was updated successfully, but these errors were encountered: