mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-01 14:39:39 +00:00
Revert "vanadium: switch to IBM Plex Mono font"
This reverts commit 0ad8a3c659.
This commit is contained in:
parent
0ad8a3c659
commit
352be82869
6 changed files with 9 additions and 9 deletions
|
|
@ -10,7 +10,7 @@ in
|
|||
{
|
||||
config = lib.mkIf cfg.enable {
|
||||
home.packages = [
|
||||
pkgs.nerd-fonts.IosevkaTermIBMPlexMono
|
||||
pkgs.nerd-fonts.IosevkaTermUbuntuMono
|
||||
];
|
||||
|
||||
programs.ghostty.settings = {
|
||||
|
|
@ -21,7 +21,7 @@ in
|
|||
resize-overlay = "never";
|
||||
|
||||
# Fonts
|
||||
font-family = "IosevkaTermIBMPlexMono NFM";
|
||||
font-family = "IosevkaTermUbuntuMono NFM";
|
||||
adjust-cursor-thickness = 2;
|
||||
keybind = [
|
||||
"ctrl+shift+==increase_font_size:1"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = [ pkgs.IosevkaIBMPlexMono ];
|
||||
home.packages = [ pkgs.IosevkaUbuntuMono ];
|
||||
services.wired = {
|
||||
config = "${./wired.ron}";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -122,7 +122,7 @@
|
|||
offset: Vec2(x: 0.0, y: 0.0),
|
||||
params: ScrollingTextBlock((
|
||||
text: "%s",
|
||||
font: "IosevkaIBMPlexMono 24",
|
||||
font: "IosevkaUbuntuMono 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: "IosevkaIBMPlexMono 18",
|
||||
font: "IosevkaUbuntuMono 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