1
0
Fork 0

Cozette config

This commit is contained in:
Malte 2023-02-24 17:35:55 +01:00
parent 00d74f4e2d
commit 6d60e967dc
4 changed files with 7 additions and 7 deletions

View file

@ -31,7 +31,7 @@
});
};
inherit (lib.hm.gvariant) mkTuple mkUint32;
font = "B612 8";
font = "Monospace 9";
in {
home.packages = extensions;
services.gpg-agent.pinentryFlavor = "gnome3";
@ -80,7 +80,7 @@ in {
"org/gnome/desktop/interface" = {
document-font-name = font;
font-name = font;
monospace-font-name = "Monospace 9";
monospace-font-name = font;
font-antialiasing = "grayscale";
font-hinting = "full";
clock-show-weekday = true;

View file

@ -12,7 +12,7 @@
programs.foot = {
settings = {
main = {
font = "Cozette:pixelsize=13";
font = "CozetteVector:pixelsize=12";
include = toString (pkgs.writeText "foot-theme" ''
${builtins.readFile "${pkgs.foot.themes}/share/foot/themes/catppuccin"}
background=000000

View file

@ -11,7 +11,7 @@
defaultFonts = let
unicode-fallback = ["Noto Sans Symbols" "Noto Sans Symbols2"];
in {
monospace = ["Cozette" "Noto Sans Mono"] ++ unicode-fallback;
monospace = ["CozetteVector" "Noto Sans Mono"] ++ unicode-fallback;
sansSerif = ["B612" "Noto Sans"] ++ unicode-fallback;
serif = ["Libertinus Serif" "Noto Serif"] ++ unicode-fallback;
};

View file

@ -2,13 +2,13 @@
display: none !important;
}
/*
span, div {
font-size: 12px !important;
font-family: "Spleen 6x12", Twemoji !important;
font-family: CozetteVector, Twemoji !important;
-webkit-font-smoothing: none !important;
}
*/
.mx_RoomSublist[aria-label="Rooms"] .mx_RoomTile {
display: none !important;