All my system configs and packages in one repo

fonts: replace DM Sans with Manrope

pluie.me 055df3a4 c77694f3

verified
+5 -5
+2 -2
users/leah/appearance.nix
··· 55 55 libertinus 56 56 i-dot-ming 57 57 lxgw-neoxihei 58 - dm-sans-unstable 59 58 fontawesome-free 59 + manrope 60 60 ]; 61 61 62 62 fontconfig = { ··· 65 65 "I.Ming" 66 66 ]; 67 67 sansSerif = [ 68 - "DM Sans" 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 - font-name = "DM Sans 13"; 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 - name = "DM Sans"; 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 - font-family: "DM Sans", "Font Awesome 6 Free"; 9 + font-family: "Manrope", "Font Awesome 6 Free"; 10 10 color: @fg; 11 11 } 12 12