waybar: put font-family string in quotes (#391)

Using 0xProto as font-family breaks waybars style.css (`Expected a string`). This fixes it.
This commit is contained in:
Patrick Teubner 2024-05-28 13:19:54 +02:00 committed by GitHub
parent 00a11ba2f0
commit 659dd55a32
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -41,7 +41,7 @@ in
@define-color base0C ${base0C}; @define-color base0D ${base0D}; @define-color base0E ${base0E}; @define-color base0F ${base0F};
* {
font-family: ${sansSerif.name};
font-family: "${sansSerif.name}";
font-size: ${builtins.toString sizes.desktop}pt;
}