7 lines
84 B
Bash
7 lines
84 B
Bash
#!/usr/bin/env bash
|
|
|
|
# init nmapplet
|
|
nm-applet --indicator &
|
|
|
|
# notification
|
|
mako &
|