From 008b8a6bcb4ad063572d52a1cd7fae04d92f310b Mon Sep 17 00:00:00 2001 From: paperbenni Date: Sat, 1 Feb 2020 18:57:11 +0100 Subject: [PATCH] add applets to live session --- autostart.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/autostart.sh b/autostart.sh index 5f865ad..8893f37 100755 --- a/autostart.sh +++ b/autostart.sh @@ -85,6 +85,8 @@ if [ -z "$ISLIVE" ]; then else installapplet & + nm-applet & + pa-applet & feh --bg-scale /usr/share/liveutils/wallpaper.png fi @@ -93,7 +95,7 @@ if [ -n "$ISLAPTOP" ]; then command -v libinput-gestures \ &>/dev/null && libinput-gestures & - nm-applet & + ! pgrep nm-applet && nm-applet & fi source /usr/bin/instantstatus -- 2.11.0