Add bluetooth applet
This commit is contained in:
parent
c69807817b
commit
66b3294508
@ -39,3 +39,8 @@ fi
|
|||||||
if test /usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1 ; then
|
if test /usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1 ; then
|
||||||
/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1 &
|
/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1 &
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Bluetooth
|
||||||
|
if command -v blueman-applet &> /dev/null ; then
|
||||||
|
blueman-applet &
|
||||||
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user