Manage your user session from the Budgie panel.
This project is born from the changes to the User Indicator applet shipped with Budgie. Since it simply opens the Budgie Power Dialog, I figured people might still want the old menu. This applet gives them that option. The design is largely inspired from Elementary's Wingpanel session indicator, with some bits of the old Budgie user indicator mixed in, with options to show/hide items in the menu.
First, you'll need to install the following dependencies:
accountsservice
budgie-desktop
gee-0.8
gtk+-3.0
glib-2.0
libpeas-1.0
sassc
vala
- Configure the build directory and meson with:
mkdir build
meson --prefix=/usr build
- Build the project with:
ninja -C build
- Install the files with:
sudo ninja install -C build