UNPKG

wallpaper

Version:
10 lines (7 loc) 210 B
import {commandExists, execFile} from '../util.js'; export async function isAvailable() { return commandExists('setroot'); } export async function set(imagePath) { await execFile('setroot', [imagePath]); }