Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 1.59 KB

README.md

File metadata and controls

48 lines (34 loc) · 1.59 KB

User Indicator Redux

License Translate into your language! Latest stable GitHub release Latest GitHub release, including pre-releases

Screenshot

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.

Building

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

Building and Installing

  1. Configure the build directory and meson with:
mkdir build
meson --prefix=/usr build
  1. Build the project with:
ninja -C build
  1. Install the files with:
sudo ninja install -C build