1
0
Fork 0

Give up Pixelfonts outside the Terminal

This commit is contained in:
Malte 2023-02-23 16:07:16 +01:00
parent 17da1cc94f
commit 4e3829ea44
4 changed files with 8 additions and 10 deletions

View file

@ -30,7 +30,7 @@
}); });
}; };
inherit (lib.hm.gvariant) mkTuple mkUint32; inherit (lib.hm.gvariant) mkTuple mkUint32;
font = "Monospace 9"; font = "B612 8";
in { in {
home.packages = extensions; home.packages = extensions;
services.gpg-agent.pinentryFlavor = "gnome3"; services.gpg-agent.pinentryFlavor = "gnome3";
@ -79,7 +79,7 @@ in {
"org/gnome/desktop/interface" = { "org/gnome/desktop/interface" = {
document-font-name = font; document-font-name = font;
font-name = font; font-name = font;
monospace-font-name = font; monospace-font-name = "Monospace 9";
font-antialiasing = "grayscale"; font-antialiasing = "grayscale";
font-hinting = "full"; font-hinting = "full";
clock-show-weekday = true; clock-show-weekday = true;
@ -177,8 +177,8 @@ in {
status-icon-padding = 4; status-icon-padding = 4;
trans-use-custom-opacity = true; trans-use-custom-opacity = true;
trans-panel-opacity = 0.8; trans-panel-opacity = 0.8;
leftbox-size = 12; leftbox-size = 13;
tray-size = 12; tray-size = 13;
}; };
"org/gnome/desktop/input-sources" = { "org/gnome/desktop/input-sources" = {
sources = [(mkTuple ["xkb" "de+neo"])]; # use neo sources = [(mkTuple ["xkb" "de+neo"])]; # use neo

View file

@ -12,7 +12,7 @@
programs.foot = { programs.foot = {
settings = { settings = {
main = { main = {
font = "Spleen:pixelsize=12"; font = "Cozette:pixelsize=13";
include = "${pkgs.foot.themes}/share/foot/themes/catppuccin"; include = "${pkgs.foot.themes}/share/foot/themes/catppuccin";
}; };
csd = { csd = {

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 = ["Spleen 6x12" "Noto Sans Mono"] ++ unicode-fallback; monospace = ["Cozette" "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;
}; };
@ -47,14 +47,10 @@
scientifica scientifica
# Quite cool on: 11px # Quite cool on: 11px
# Tried but didnt like:
# biwidth: too small # biwidth: too small
# Too wide tracking: creep # Too wide tracking: creep
#
# For all my terminal needs. # For all my terminal needs.
b612 b612

View file

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