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
leah: fix the remaining references to Manrope
pluie.me
2 months ago
7e26bf05
fb4f9062
verified
This commit was signed with the committer's
known signature
.
pluie.me
SSH Key Fingerprint:
SHA256:YtI1D7vlcZ4obaiJ4tQihtswcMhHKdfYZuc4whOX2y8=
1/1
ci.yml
success
1m 4s
+3
-3
3 changed files
expand all
collapse all
unified
split
users
leah
presets
niri
gui-toolkits.nix
services.nix
waybar
style.css
+1
-1
users/leah/presets/niri/gui-toolkits.nix
···
40
40
accent-color = "pink";
41
41
gtk-theme = "Adwaita";
42
42
color-scheme = "prefer-dark";
43
43
-
font-name = "Manrope 13";
43
43
+
font-name = "Manrope V5 13";
44
44
};
45
45
};
46
46
}
+1
-1
users/leah/presets/niri/services.nix
···
71
71
};
72
72
cursorTheme.name = "BreezeX-Black";
73
73
font = {
74
74
-
name = "Manrope";
74
74
+
name = "Manrope V5";
75
75
size = 14;
76
76
};
77
77
};
+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: "Manrope", "Font Awesome 6 Free";
9
9
+
font-family: "Manrope V5", "Font Awesome 6 Free";
10
10
color: @fg;
11
11
}
12
12