tangled
alpha
login
or
join now
pluie.me
/
flake
2
fork
atom
All my system configs and packages in one repo
2
fork
atom
overview
issues
pulls
pipelines
fonts: replace DM Sans with Manrope
pluie.me
8 months ago
055df3a4
c77694f3
verified
This commit was signed with the committer's
known signature
.
pluie.me
SSH Key Fingerprint:
SHA256:YtI1D7vlcZ4obaiJ4tQihtswcMhHKdfYZuc4whOX2y8=
+5
-5
4 changed files
expand all
collapse all
unified
split
users
leah
appearance.nix
presets
niri
gui-toolkits.nix
services.nix
waybar
style.css
+2
-2
users/leah/appearance.nix
···
55
55
libertinus
56
56
i-dot-ming
57
57
lxgw-neoxihei
58
58
-
dm-sans-unstable
59
58
fontawesome-free
59
59
+
manrope
60
60
];
61
61
62
62
fontconfig = {
···
65
65
"I.Ming"
66
66
];
67
67
sansSerif = [
68
68
-
"DM Sans"
68
68
+
"Manrope"
69
69
"LXGW Neo XiHei"
70
70
];
71
71
emoji = [ "Noto Color Emoji" ];
+1
-1
users/leah/presets/niri/gui-toolkits.nix
···
34
34
"org/gnome/desktop/interface" = {
35
35
accent-color = "pink";
36
36
color-scheme = "prefer-dark";
37
37
-
font-name = "DM Sans 13";
37
37
+
font-name = "Manrope 13";
38
38
};
39
39
};
40
40
}
+1
-1
users/leah/presets/niri/services.nix
···
59
59
};
60
60
cursorTheme.name = "BreezeX-Black";
61
61
font = {
62
62
-
name = "DM Sans";
62
62
+
name = "Manrope";
63
63
size = 14;
64
64
};
65
65
};
+1
-1
users/leah/presets/niri/waybar/style.css
···
6
6
@define-color separator rgba(255, 255, 255, 0.1);
7
7
8
8
* {
9
9
-
font-family: "DM Sans", "Font Awesome 6 Free";
9
9
+
font-family: "Manrope", "Font Awesome 6 Free";
10
10
color: @fg;
11
11
}
12
12