OSDN Git Service

add applets to live session
authorpaperbenni <paperbenni@gmail.com>
Sat, 1 Feb 2020 17:57:11 +0000 (18:57 +0100)
committerpaperbenni <paperbenni@gmail.com>
Sat, 1 Feb 2020 17:57:11 +0000 (18:57 +0100)
autostart.sh

index 5f865ad..8893f37 100755 (executable)
@@ -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