Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bash ubuntu 18.04 doesn't worrk #23

Open
spyroot opened this issue Jul 9, 2020 · 1 comment
Open

bash ubuntu 18.04 doesn't worrk #23

spyroot opened this issue Jul 9, 2020 · 1 comment

Comments

@spyroot
Copy link

spyroot commented Jul 9, 2020

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

                ]
        }
}
@bigornoo
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants