Skip to content

Commit

Permalink
wofi: specify font size unit as pt
Browse files Browse the repository at this point in the history
Link: #251
Link: #552

Reviewed-by: NAHO <[email protected]>
  • Loading branch information
jezcope authored and trueNAHO committed Sep 12, 2024
1 parent ef81ad9 commit 205c3d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/wofi/hm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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};
Expand Down

0 comments on commit 205c3d2

Please sign in to comment.