Added blueman applet.

This commit is contained in:
Joachim Nielandt 2021-10-29 17:13:23 +02:00
parent dad00eb174
commit 6d1b4a30b2
2 changed files with 4 additions and 0 deletions

View File

@ -412,6 +412,9 @@ exec_always --no-startup-id ~/.config/polybar/launch-multi.sh
# start the network manager applet # start the network manager applet
exec --no-startup-id nm-applet exec --no-startup-id nm-applet
# start bluetooth applet
exec --no-startup-id blueman-applet
# start the xfce4-power-manager -> helping us do lid / laptop things # start the xfce4-power-manager -> helping us do lid / laptop things
exec --no-startup-id xfce4-power-manager exec --no-startup-id xfce4-power-manager
@ -424,6 +427,7 @@ exec_always --no-startup-id picom --experimental-backends
# start greenclip, this somehow fails to start at launch (sometimes?) # start greenclip, this somehow fails to start at launch (sometimes?)
exec --no-startup-id systemctl --user start greenclip exec --no-startup-id systemctl --user start greenclip
# reload the walpaper / color configuratin using pywal # reload the walpaper / color configuratin using pywal
# exec --no-startup-id wal -R -q # exec --no-startup-id wal -R -q
# change the wallpaper exec_always feh --bg-scale ~/Documents/private/img/mars-wallpaper-23.jpg # change the wallpaper exec_always feh --bg-scale ~/Documents/private/img/mars-wallpaper-23.jpg