mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-22 15:50:32 +01:00
Change Font from Hack to ComicShannsMono
This commit is contained in:
parent
338da04271
commit
99b4729939
|
@ -29,7 +29,7 @@ if vim.g.neovide then
|
|||
vim.g.neovide_cursor_vfx_particle_density = 30.0
|
||||
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
|
||||
vim.o.guifont = font_name .. tostring(font_size)
|
||||
vim.g.neovide_profiler = false
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
@define-color flamingo #f2cdcd;
|
||||
* {
|
||||
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;
|
||||
color: #ffffff;
|
||||
border-radius: 20px;
|
||||
|
|
|
@ -10,8 +10,9 @@ end
|
|||
local HOSTNAME = getHostname()
|
||||
|
||||
config.color_scheme = "Catppuccin Mocha"
|
||||
config.font = wezterm.font 'Hack Nerd Font Mono'
|
||||
if getHostname() == "lilith" then
|
||||
-- config.font = wezterm.font 'Hack Nerd Font Mono'
|
||||
config.font = wezterm.font 'ComicShannsMono Nerd Font Mono'
|
||||
if getHostname() == "lilith" or getHostname() == "alastor" then
|
||||
config.font_size = 15
|
||||
else
|
||||
config.font_size = 11
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
"drun"
|
||||
"filebrowser"
|
||||
];
|
||||
font = "Hack Nerd Font Mono 13";
|
||||
font = "ComicShannsMono Nerd Font Mono 13";
|
||||
};
|
||||
theme = let
|
||||
mkLiteral = config.lib.formats.rasi.mkLiteral;
|
||||
|
|
|
@ -61,7 +61,7 @@
|
|||
|
||||
services.mako = {
|
||||
enable = true;
|
||||
font = "Hack Nerd Font 15";
|
||||
font = "ComicShannsMono Nerd Font Mono 15";
|
||||
backgroundColor = "#1e1e2e";
|
||||
textColor = "#cdd6f4";
|
||||
icons = true;
|
||||
|
|
Loading…
Reference in a new issue