5 lines
152 B
Bash
Executable File
5 lines
152 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
printf '%s' "starting network tray application"
|
|
systemd-run --property=Restart=always --user --setenv=DISPLAY=${DISPLAY} nm-applet
|