Skip to content

Workspaces Icons not consistent with images shown for themes. #27

Answered by amnweb
shaneosu asked this question in Q&A
Discussion options

You must be logged in to vote

BTW, based on the commit history, it looks like this isn't an icon this is only CSS.

try something like this

.komorebi-workspaces .ws-btn {
    border-radius: 5px;
    font-size: 20px;
    width: 10px;
    height: 10px;
    padding: 0 2px;
    color:  rgba(218, 231, 255, 0.3);
    background-color: rgba(0, 0, 0, 0);
}
.komorebi-workspaces .ws-btn:hover {
    color:  rgba(218, 231, 255, 0.5);
}
.komorebi-workspaces .ws-btn.populated {
    color:  rgba(218, 231, 255, 0.7);
}
.komorebi-workspaces .ws-btn.active {
    background-color: rgba(218, 231, 255, 0.8);
    color:  rgba(0,0,0,0);
    width: 28px;
}

But also in config remove icons

label_workspace_btn: ""
label_workspace_active_btn: ""

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@amnweb
Comment options

@shaneosu
Comment options

@amnweb
Comment options

@amnweb
Comment options

Answer selected by shaneosu
@shaneosu
Comment options

@shaneosu
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants