1
1
Fork 0

waybar: use custom font

Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
Myned 2024-12-08 16:00:09 -06:00
parent 16b21be084
commit 389eb9c5a2
Signed by: myned
GPG key ID: C7224454F7881A34
2 changed files with 8 additions and 8 deletions

View file

@ -63,6 +63,14 @@ in {
style = '' style = ''
${readFile ./style.css} ${readFile ./style.css}
* {
border-radius: 50px;
color: #93a1a1;
font: 18px '${config.custom.font.monospace}';
margin: 0;
padding: 0;
}
.horizontal > box { .horizontal > box {
margin: 0 ${toString config.custom.gap}px ${toString config.custom.gap}px; margin: 0 ${toString config.custom.gap}px ${toString config.custom.gap}px;
} }

View file

@ -8,14 +8,6 @@ GTK_DEBUG=interactive waybar
#custom-module { } #custom-module { }
***/ ***/
* {
border-radius: 50px;
color: #93a1a1;
font: 18px 'Iosevka NFP SemiBold';
margin: 0;
padding: 0;
}
button:hover, button:hover,
label:hover { label:hover {
background: #073642; background: #073642;