Files
dotfiles/autostart/50_network.sh
2017-08-26 11:31:18 +02:00

5 lines
107 B
Bash
Executable File

#!/usr/bin/env bash
printf '%s' "starting network tray application" >>"$LOGFILE"
nm-applet & &>> $LOGFILE