Skip to content

Commit

Permalink
change blueman-tray to blueman-applet
Browse files Browse the repository at this point in the history
  • Loading branch information
alexforsale committed Jun 13, 2024
1 parent 312ee1d commit f6c62c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.org
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,9 @@ fi
# bluetooth configuration

# blueman-tray
if [ "$(command -v blueman-tray)" ] &&
[ ! $(pgrep -u ${USER} -x blueman-tray) ] &&
[ -z "${_NO_BLUEMAN_TRAY}" ]; then
if [ "$(command -v blueman-applet)" ] &&
[ ! $(pgrep -u ${USER} -x blueman-applet) ] &&
[ -z "${_NO_BLUEMAN_APPLET}" ]; then
blueman-tray &
fi
#+end_src
Expand Down

0 comments on commit f6c62c6

Please sign in to comment.