Simplify font logic

This commit is contained in:
Bun 2025-05-08 09:27:18 -04:00
parent 5259082f76
commit 7a246f4e5e
10 changed files with 25 additions and 38 deletions

View file

@ -13,7 +13,7 @@ in {
settings = {
clock = true;
image = "~/.assets/lockscreen/lock.png";
font = config.look.fonts.main;
font = config.fonts.fontconfig.defaultFonts.sansSerif;
font-size = 30;
timestr = "%I:%M%p";
datestr = "%a %b %d %Y";