1
0
Fork 0

Font config

This commit is contained in:
Malte 2023-02-22 21:03:27 +01:00
parent b9550f600c
commit 5a82a10555
3 changed files with 6 additions and 8 deletions

View file

@ -30,7 +30,7 @@
}); });
}; };
inherit (lib.hm.gvariant) mkTuple mkUint32; inherit (lib.hm.gvariant) mkTuple mkUint32;
font = "Monospace 8"; font = "Monospace 8.25";
in { in {
home.packages = extensions; home.packages = extensions;
services.gpg-agent.pinentryFlavor = "gnome3"; services.gpg-agent.pinentryFlavor = "gnome3";

View file

@ -11,7 +11,7 @@
defaultFonts = let defaultFonts = let
unicode-fallback = ["Noto Sans Symbols" "Noto Sans Symbols2"]; unicode-fallback = ["Noto Sans Symbols" "Noto Sans Symbols2"];
in { in {
monospace = ["scientifica" "Cozette" "Noto Sans Mono"] ++ unicode-fallback; monospace = ["scientifica" "curie" "Noto Sans Mono"] ++ unicode-fallback;
sansSerif = ["B612" "Noto Sans"] ++ unicode-fallback; sansSerif = ["B612" "Noto Sans"] ++ unicode-fallback;
serif = ["Libertinus Serif" "Noto Serif"] ++ unicode-fallback; serif = ["Libertinus Serif" "Noto Serif"] ++ unicode-fallback;
}; };
@ -31,6 +31,7 @@
cozette cozette
# 13px # 13px
curie
scientifica scientifica
# 11px # 11px

View file

@ -1,9 +1,6 @@
.mx_NotificationBadge_dot { * {
display: none !important; font-size: 11px !important;
} font-smooth: never;
.mx_RoomTile_nameHasUnreadEvents {
font-weight: normal !important;
} }
.mx_RoomSublist[aria-label="Rooms"] .mx_RoomTile { .mx_RoomSublist[aria-label="Rooms"] .mx_RoomTile {