wofi: specify font size unit as pt (#552)

Link: danth#251
Link: danth#552

Tested-by: cgahr <26804763+cgahr@users.noreply.github.com>
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
This commit is contained in:
Jez Cope 2024-09-20 11:31:31 +01:00 committed by GitHub
parent 58b3a70b1d
commit 53bcceb4e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,7 +13,7 @@ in {
programs.wofi.style = with colors; ''
window {
font-family: "${monospace.name}";
font-size: ${toString sizes.popups};
font-size: ${toString sizes.popups}pt;
background-color: ${base00};
color: ${base05};