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 = ''
|
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;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue