diff --git a/install.py b/install.py index 422d990..88245a2 100755 --- a/install.py +++ b/install.py @@ -120,6 +120,7 @@ def main(): ) output = template.render( host=host_config, + home=args.home, get_base16=partial(get_base16, host_config.get('base16-scheme', 'default-dark')), ) output_path.parent.mkdir(parents=True, exist_ok=True) diff --git a/raw/.local/share/backgrounds/sway-dark-1920x1080.png b/raw/.local/share/backgrounds/sway-dark-1920x1080.png new file mode 100644 index 0000000..a207bff Binary files /dev/null and b/raw/.local/share/backgrounds/sway-dark-1920x1080.png differ diff --git a/templates/.config/sway/config b/templates/.config/sway/config index eef8ba6..d3a6102 100644 --- a/templates/.config/sway/config +++ b/templates/.config/sway/config @@ -41,7 +41,7 @@ client.background $base07 output "${output['name']}" pos ${output['position']} mode ${output['mode']} % endfor -output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill +output * bg ${home}/.local/share/backgrounds/sway-dark-1920x1080.png fill exec pipewire exec pipewire-pulse