Person 3 Reload Style Komorebi Workspace wiget #642
Unanswered
Ayush-Bara
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am kinda new to this stuff, so my implement of this is kinda trash, I wanted to know if there is better way to do this
CONFIG for workspaces:
komorebi_workspaces:
type: "komorebi.workspaces.WorkspaceWidget"
options:
label_offline: "Komorebi Offline"
label_workspace_btn: "k"
label_workspace_active_btn: " ◢◤"
label_workspace_populated_btn: ""
label_default_name: "{index}"
label_zero_index: false
hide_empty_workspaces: false
hide_if_offline: true
Style For the Active workspace:
.komorebi-workspaces .ws-btn.active {
color: var(--blue-color);
margin: 0;
margin-right: -1px;
margin-left: -60px;
padding: 0;
font-size: 100px;
height: 100px;
width: 140px;
max-width: 1000px;
background-color: var(--background-color);
letter-spacing: -10px;
}
Result :
I got the intended look I was looking for but still wanted know if there is better and clean approach to this,
Beta Was this translation helpful? Give feedback.
All reactions