autostart.sh 169 B

123456789101112131415
  1. #!/bin/bash
  2. function run() {
  3. if ! pgrep "$1"; then
  4. "$@" &
  5. fi
  6. }
  7. WPP=""
  8. run nm-applet
  9. run pamac-tray
  10. run feh --bg-fill "$WPP"
  11. run /usr/bin/lxqt-policykit-agent