13 lines
239 B
Desktop File
13 lines
239 B
Desktop File
[Unit]
|
|
Description=NM Applet
|
|
Wants=taffybar.service
|
|
After=status-notifier-watcher.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/env nm-applet --sm-disable --indicator
|
|
ExecStop=/usr/bin/env pkill nm-applet
|
|
|
|
[Install]
|
|
WantedBy=wm.target
|