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:
parent
abca87c67b
commit
89b97c11b0
2 changed files with 6 additions and 0 deletions
|
|
@ -79,6 +79,12 @@
|
|||
|
||||
config.enable_kitty_keyboard = 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'
|
||||
|
||||
|
|
|
|||
BIN
homes/x86_64-linux/harald@amd/terminal-background.png
Normal file
BIN
homes/x86_64-linux/harald@amd/terminal-background.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.9 MiB |
Loading…
Add table
Add a link
Reference in a new issue