Add darker sway background
This commit is contained in:
parent
15c7e12c2b
commit
ef78e7beaf
3 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
BIN
raw/.local/share/backgrounds/sway-dark-1920x1080.png
Normal file
BIN
raw/.local/share/backgrounds/sway-dark-1920x1080.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 MiB |
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue