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