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;
font = "Monospace 8";
font = "Monospace 8.25";
in {
home.packages = extensions;
services.gpg-agent.pinentryFlavor = "gnome3";

View file

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

View file

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