Add wpaperd

This commit is contained in:
Adam Gausmann 2025-01-17 14:42:51 -06:00
parent 358be61d14
commit 614bda2855
2 changed files with 8 additions and 0 deletions

View file

@ -192,6 +192,7 @@ spawn-at-startup "pipewire-pulse"
spawn-at-startup "wireplumber" spawn-at-startup "wireplumber"
spawn-at-startup "waybar" spawn-at-startup "waybar"
spawn-at-startup "xwayland-satellite" ":12" spawn-at-startup "xwayland-satellite" ":12"
spawn-at-startup "wpaperd"
environment { environment {
DISPLAY ":12" DISPLAY ":12"

View 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