14 lines
355 B
Desktop File
14 lines
355 B
Desktop File
[Unit]
|
|
Description=network monitor and control GUI applet
|
|
Documentation=man:nm-applet(1)
|
|
PartOf=wayland-session.target
|
|
After=wayland-session.target
|
|
|
|
# requires nm-applet compiled with -D appindicator=yes
|
|
[Service]
|
|
Type=dbus
|
|
BusName=org.freedesktop.network-manager-applet
|
|
ExecStart=/usr/bin/nm-applet --indicator
|
|
|
|
[Install]
|
|
WantedBy=wayland-session.target
|