change waybar config
This commit is contained in:
parent
3666818062
commit
2e8b606bda
|
@ -18,7 +18,7 @@
|
|||
border-radius: 0px;
|
||||
font-family: ${custom.font};
|
||||
font-weight: bold;
|
||||
font-size: 14px;
|
||||
font-size: 15px;
|
||||
min-height: 0;
|
||||
opacity: ${custom.opacity};
|
||||
}
|
||||
|
@ -31,13 +31,13 @@
|
|||
background: #${custom.palette.tertiary_background_hex};
|
||||
margin: 5px 5px;
|
||||
padding: 8px 5px;
|
||||
border-radius: 15px;
|
||||
border-radius: 10px 10px 24px 24px;
|
||||
color: #${custom.primary_accent}
|
||||
}
|
||||
#workspaces button {
|
||||
padding: 0px 5px;
|
||||
margin: 0px 3px;
|
||||
border-radius: 10px 24px 10px 24px;
|
||||
border-radius: 15px;
|
||||
color: #${custom.background};
|
||||
background: #${custom.secondary_accent};
|
||||
transition: all 0.2s ease-in-out;
|
||||
|
|
Loading…
Reference in a new issue