Add wpaperd
This commit is contained in:
parent
358be61d14
commit
614bda2855
2 changed files with 8 additions and 0 deletions
|
@ -192,6 +192,7 @@ spawn-at-startup "pipewire-pulse"
|
|||
spawn-at-startup "wireplumber"
|
||||
spawn-at-startup "waybar"
|
||||
spawn-at-startup "xwayland-satellite" ":12"
|
||||
spawn-at-startup "wpaperd"
|
||||
|
||||
environment {
|
||||
DISPLAY ":12"
|
||||
|
|
7
templates/.config/wpaperd/config.toml
Normal file
7
templates/.config/wpaperd/config.toml
Normal file
|
@ -0,0 +1,7 @@
|
|||
% for output in host.get('outputs', []):
|
||||
% if 'background' in output:
|
||||
["${'any' if output['match'] == '*' else output['match']}"]
|
||||
path = "${output['background'][0]}"
|
||||
mode = "${output['background'][1].replace('fill', 'center')}"
|
||||
%endif
|
||||
% endfor
|
Loading…
Add table
Reference in a new issue