Change Font from Hack to ComicShannsMono

This commit is contained in:
xqtc161 2024-07-02 17:17:32 +02:00
parent 338da04271
commit 99b4729939
5 changed files with 7 additions and 6 deletions

View file

@ -29,7 +29,7 @@ if vim.g.neovide then
vim.g.neovide_cursor_vfx_particle_density = 30.0 vim.g.neovide_cursor_vfx_particle_density = 30.0
vim.g.neovide_transparency = .8 vim.g.neovide_transparency = .8
local font_name = "Hack Nerd Font Mono:h" local font_name = "ComicShannsMono Nerd Font Mono:h"
local font_size = 20 local font_size = 20
vim.o.guifont = font_name .. tostring(font_size) vim.o.guifont = font_name .. tostring(font_size)
vim.g.neovide_profiler = false vim.g.neovide_profiler = false

View file

@ -36,7 +36,7 @@
@define-color flamingo #f2cdcd; @define-color flamingo #f2cdcd;
* { * {
border: none; border: none;
font-family: Hack Nerd Font Mono, Roboto, Arial, sans-serif; font-family: ComicShannsMono Nerd Font Mono, Roboto, Arial, sans-serif;
font-size: 15px; font-size: 15px;
color: #ffffff; color: #ffffff;
border-radius: 20px; border-radius: 20px;

View file

@ -10,8 +10,9 @@ end
local HOSTNAME = getHostname() local HOSTNAME = getHostname()
config.color_scheme = "Catppuccin Mocha" config.color_scheme = "Catppuccin Mocha"
config.font = wezterm.font 'Hack Nerd Font Mono' -- config.font = wezterm.font 'Hack Nerd Font Mono'
if getHostname() == "lilith" then config.font = wezterm.font 'ComicShannsMono Nerd Font Mono'
if getHostname() == "lilith" or getHostname() == "alastor" then
config.font_size = 15 config.font_size = 15
else else
config.font_size = 11 config.font_size = 11

View file

@ -21,7 +21,7 @@
"drun" "drun"
"filebrowser" "filebrowser"
]; ];
font = "Hack Nerd Font Mono 13"; font = "ComicShannsMono Nerd Font Mono 13";
}; };
theme = let theme = let
mkLiteral = config.lib.formats.rasi.mkLiteral; mkLiteral = config.lib.formats.rasi.mkLiteral;

View file

@ -61,7 +61,7 @@
services.mako = { services.mako = {
enable = true; enable = true;
font = "Hack Nerd Font 15"; font = "ComicShannsMono Nerd Font Mono 15";
backgroundColor = "#1e1e2e"; backgroundColor = "#1e1e2e";
textColor = "#cdd6f4"; textColor = "#cdd6f4";
icons = true; icons = true;