dotfiles/templates/.config/wpaperd/config.toml
2025-01-17 14:42:51 -06:00

7 lines
244 B
TOML

% 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