#!/bin/bash

APP_PATH="/usr/bin/lightdm-gtk-greeter-settings"

xdg-su -c "${APP_PATH}" "$@"
