vanadium: use new iosevka pt mono

vanadium/xmonad: fix dmenu font oddity

home/ghostty: fix fontname
This commit is contained in:
Primrose 2026-01-22 23:31:34 +01:00
parent d93813d04e
commit 9230f7b378
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
6 changed files with 11 additions and 9 deletions

View file

@ -1,6 +1,6 @@
{ pkgs, ... }:
{
home.packages = [ pkgs.iosevka ];
home.packages = [ pkgs.iosevka-normal-pt-mono ];
services.wired = {
config = "${./wired.ron}";
};

View file

@ -122,7 +122,7 @@
offset: Vec2(x: 0.0, y: 0.0),
params: ScrollingTextBlock((
text: "%s",
font: "Iosevka 24",
font: "Iosevka-Normal-PT-Mono 24",
color: Color(hex: "#fafafa"),
padding: Padding(left: 7.0, right: 7.0, top: 1.0, bottom: 0.0),
width: (min: 400, max: 400),
@ -140,7 +140,7 @@
offset: Vec2(x: 0.0, y: -3.0),
params: ScrollingTextBlock((
text: "%b",
font: "Iosevka 18",
font: "Iosevka-Normal-PT-Mono 18",
color: Color(hex: "#fafafa"),
padding: Padding(left: 7.0, right: 7.0, top: 3.0, bottom: 7.0),
width: (min: 400, max: 400),