feat(nix): add custom background to WezTerm

- Configured a new custom background image for the WezTerm terminal.
- Added brightness, hue, and saturation adjustments for better visual customization.
- Included the background image file in the Nix configuration.
This commit is contained in:
Harald Hoyer 2026-02-10 16:38:44 +01:00
parent abca87c67b
commit 89b97c11b0
2 changed files with 6 additions and 0 deletions

View file

@ -79,6 +79,12 @@
config.enable_kitty_keyboard = true config.enable_kitty_keyboard = true
config.enable_scroll_bar = true config.enable_scroll_bar = true
config.window_background_image = '${./terminal-background.png}'
config.window_background_image_hsb = {
brightness = 0.3,
hue = 1.0,
saturation = 1.0,
}
config.term = 'wezterm' config.term = 'wezterm'

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB