cooler wezterm
This commit is contained in:
parent
e7098c477f
commit
1a519aeeae
3 changed files with 8 additions and 1 deletions
|
@ -95,6 +95,10 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
rofi = ./rofi.rasi;
|
rofi = ./rofi.rasi;
|
||||||
|
|
||||||
|
wezterm = ''
|
||||||
|
config.color_scheme = 'Catppuccin ${pascalCase variant}'
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -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) {
|
||||||
|
|
|
@ -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}',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue