mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-01 06:19:38 +00:00
vanadium: rename usages of iosevka font
This commit is contained in:
parent
bc67b4226f
commit
8cb87dff9b
5 changed files with 8 additions and 8 deletions
|
|
@ -14,7 +14,7 @@
|
|||
"Noto Sans CJK TC"
|
||||
];
|
||||
serif = [ "Noto Serif CJK TC" ];
|
||||
monospace = [ "Iosevka-Normal-PT-Mono" ];
|
||||
monospace = [ "IosevkaPTMono" ];
|
||||
emoji = [ "Noto Color Emoji" ];
|
||||
};
|
||||
};
|
||||
|
|
@ -26,7 +26,7 @@
|
|||
pkgs.noto-fonts-color-emoji
|
||||
pkgs.noto-fonts-emoji-blob-bin
|
||||
pkgs.ubuntu-classic
|
||||
pkgs.iosevka-normal-pt-mono
|
||||
pkgs.IosevkaPTMono
|
||||
];
|
||||
|
||||
home.file = {
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@ config =
|
|||
|
||||
-- For framework 13
|
||||
, dpi = 150
|
||||
, font = "Iosevka-Normal-PT-Mono 8"
|
||||
, font = "IosevkaPTMono 8"
|
||||
, fgColor = "#FFFFFF"
|
||||
, bgColor = "#000000"
|
||||
, position = BottomH 24
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ in
|
|||
{
|
||||
config = lib.mkIf cfg.enable {
|
||||
home.packages = [
|
||||
pkgs.nerd-fonts.iosevka-term-pt-mono
|
||||
pkgs.nerd-fonts.IosevkaTermPTMono
|
||||
];
|
||||
|
||||
programs.ghostty.settings = {
|
||||
|
|
@ -21,7 +21,7 @@ in
|
|||
resize-overlay = "never";
|
||||
|
||||
# Fonts
|
||||
font-family = "Iosevka Term PT Mono NFM";
|
||||
font-family = "IosevkaTermPTMono NFM";
|
||||
adjust-cursor-thickness = 2;
|
||||
keybind = [
|
||||
"ctrl+shift+==increase_font_size:1"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = [ pkgs.iosevka-normal-pt-mono ];
|
||||
home.packages = [ pkgs.IosevkaPTMono ];
|
||||
services.wired = {
|
||||
config = "${./wired.ron}";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -122,7 +122,7 @@
|
|||
offset: Vec2(x: 0.0, y: 0.0),
|
||||
params: ScrollingTextBlock((
|
||||
text: "%s",
|
||||
font: "Iosevka-Normal-PT-Mono 24",
|
||||
font: "IosevkaPTMono 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-Normal-PT-Mono 18",
|
||||
font: "IosevkaPTMono 18",
|
||||
color: Color(hex: "#fafafa"),
|
||||
padding: Padding(left: 7.0, right: 7.0, top: 3.0, bottom: 7.0),
|
||||
width: (min: 400, max: 400),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue