waybar: use custom font
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
16b21be084
commit
389eb9c5a2
2 changed files with 8 additions and 8 deletions
|
@ -63,6 +63,14 @@ in {
|
|||
style = ''
|
||||
${readFile ./style.css}
|
||||
|
||||
* {
|
||||
border-radius: 50px;
|
||||
color: #93a1a1;
|
||||
font: 18px '${config.custom.font.monospace}';
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.horizontal > box {
|
||||
margin: 0 ${toString config.custom.gap}px ${toString config.custom.gap}px;
|
||||
}
|
||||
|
|
|
@ -8,14 +8,6 @@ GTK_DEBUG=interactive waybar
|
|||
#custom-module { }
|
||||
***/
|
||||
|
||||
* {
|
||||
border-radius: 50px;
|
||||
color: #93a1a1;
|
||||
font: 18px 'Iosevka NFP SemiBold';
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
button:hover,
|
||||
label:hover {
|
||||
background: #073642;
|
||||
|
|
Loading…
Reference in a new issue