OSDN Git Service

add option to auto start bluetooth applet
authorpaperbenni <paperbenni@gmail.com>
Thu, 23 Jul 2020 16:35:56 +0000 (18:35 +0200)
committerpaperbenni <paperbenni@gmail.com>
Thu, 23 Jul 2020 16:35:56 +0000 (18:35 +0200)
autostart.sh

index a6eb21b..7248cfc 100755 (executable)
@@ -271,6 +271,13 @@ while iconf -i wifiapplet:; do
        sleep 6m
 done &
 
+while iconf -i bluetoothapplet:; do
+       if ! pgrep blueman-applet; then
+               blueman-applet &
+       fi
+       sleep 6m
+done &
+
 # welcome greeter app
 if iconf -b welcome; then
        instantwelcome