Skip to content

Black bars and tmux powerline in Ataraxis #124

@aisneto

Description

@aisneto

Although entering Ataraxis does hide my status bar, top and bottom borders appears at my screen. Also, I can't get the tmux integration to work (I'm using tmux configs of Oh my Tmux, so maybe something is interfering. Would appreciate some clarification on that).

My configs:

lua << EOF
    require("true-zen").setup {
        -- your config goes here
        -- or just leave it empty :)
        modes = {
            ataraxis = {
                custome_bg = false,
                bg_configuration = true,
            }
        },
        integrations = {
            tmux = true,
            lualine = true,
        },
    }
EOF

Result:
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions