cooler wezterm

This commit is contained in:
Reid 2024-08-01 01:49:14 -07:00
parent e7098c477f
commit 1a519aeeae
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD
3 changed files with 8 additions and 1 deletions

View file

@ -95,6 +95,10 @@ in {
}; };
rofi = ./rofi.rasi; rofi = ./rofi.rasi;
wezterm = ''
config.color_scheme = 'Catppuccin ${pascalCase variant}'
'';
}; };
}; };
} }

View file

@ -58,6 +58,8 @@ in {
}; };
rofi = mkOpt (nullOr path) null; rofi = mkOpt (nullOr path) null;
wezterm = mkOpt (nullOr str) null;
}; };
config = mkIf (cfg.active != null) { config = mkIf (cfg.active != null) {

View file

@ -24,11 +24,12 @@ in {
config.font_size = ${toString fonts.monospaceBitmap.size} config.font_size = ${toString fonts.monospaceBitmap.size}
config.freetype_load_flags = 'MONOCHROME' config.freetype_load_flags = 'MONOCHROME'
config.enable_wayland = false config.enable_wayland = false
config.color_scheme = 'Catppuccin Mocha'
config.use_fancy_tab_bar = false config.use_fancy_tab_bar = false
config.use_resize_increments = true config.use_resize_increments = true
config.initial_cols = 120 config.initial_cols = 120
config.initial_rows = 40 config.initial_rows = 40
config.window_background_opacity = 0.8
${config.modules.desktop.themes.wezterm or ""}
config.window_frame = { config.window_frame = {
font = wezterm.font '${fonts.sansSerif.family}', font = wezterm.font '${fonts.sansSerif.family}',