add parallax background

This commit is contained in:
Felix Pankratz 2024-07-31 19:45:35 +02:00
parent f7a964034d
commit 1135b020d9
5 changed files with 33 additions and 0 deletions

View File

@ -291,6 +291,39 @@ config.scrollback_lines = 9001
config.use_dead_keys = false
dimmer = { brightness = 0.1 }
--#config.background = {
--# {
--# source = {
--# File = 'bg_img\\00009.png'
--# },
--# hsb = dimmer,
--# attachment = { Parallax = 0.1 }
--# },
--# {
--# source = {
--# File = 'bg_img\\bkgd_2.png'
--# },
--# hsb = dimmer,
--# attachment = { Parallax = 0.2 }
--# },
--# {
--# source = {
--# File = 'bg_img\\bkgd_6.png'
--# },
--# hsb = dimmer,
--# attachment = { Parallax = 0.3 }
--# },
--# {
--# source = {
--# File = 'bg_img\\bkgd_7.png'
--# },
--# hsb = dimmer,
--# attachment = { Parallax = 0.6 }
--# },
--#}
-- WSL
if wezterm.target_triple == 'x86_64-pc-windows-msvc' then
config.default_domain = 'WSL:Debian'

BIN
bg_img/00009.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 MiB

BIN
bg_img/bkgd_2.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 544 KiB

BIN
bg_img/bkgd_6.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

BIN
bg_img/bkgd_7.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB