Skip to content

Add a swaybg backend? #6

Description

@akumar-xyz

I believe there are no supported backends for wayland compositors.

Something like:

#!/bin/sh

# Terminate already running swaybg instances
killall -q swaybg

# Wait until the processes have been shut down
while pgrep -u $UID -x  swaybg >/dev/null; do sleep 1; done

# Set new bg
swaybg -i "$1" &

should work fine

Would have directly submitted a pull request if I were still using github.. apologies 😅

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions