powerline-kubernetes icon indicating copy to clipboard operation
powerline-kubernetes copied to clipboard

bash ubuntu 18.04 doesn't worrk

Open spyroot opened this issue 4 years ago • 1 comments

Hey mate,

My default_leftonly.json In a config.json I use default_leftonly but it doesn't work. Can you post your config.json and left_only?

shell": {
                        "colorscheme": "default",
                        "theme": "default",
                        "local_themes": {
                                "continuation": "default_leftonly",
                                "select": "select"
                        }


`{
        "segments": {
                "left": [
                        {
                                "function": "powerline.segments.common.net.hostname",
                                "priority": 10
                        },
                        {
                                "function": "powerline.segments.common.env.user",
                                "priority": 30
                        },
                        {
                                "function": "powerline.segments.common.env.virtualenv",
                                "priority": 50
                        },
                        {
                                "function": "powerline.segments.common.vcs.branch",
                                "priority": 40
                        },
                        {
                                "function": "powerline.segments.shell.cwd",
                                "priority": 10
                        },
                        {
                                "function": "powerline.segments.shell.jobnum",
                                "priority": 20
                        },
                        {
                                "function": "powerline.segments.shell.last_status",
                                "priority": 10
                        },
                         {
                                 "function": "powerline_kubernetes.kubernetes",
                                 "priority": 30,
                                   "args": {
                                                "show_kube_logo": true,
                                                "show_cluster": true,
                                                "show_namespace": true,
                                                "show_default_namespace": true,
                                                "alerts": [
                                                        "live",
                                                         "cluster:live"
                                                        ]
                                             }
                        }

                ]
        }
}

spyroot avatar Jul 09 '20 23:07 spyroot

Same issue here (macOS 10.14.6) Expecting property name enclosed in double quotes: line 35 column 36 (char 729) Expecting property name enclosed in double quotes: line 35 column 36 (char 729

bigornoo avatar Jul 24 '20 10:07 bigornoo