Skip to content

Commit

Permalink
Add more to the readme
Browse files Browse the repository at this point in the history
Signed-off-by: Evan Maddock <maddock.evan@vivaldi.net>
  • Loading branch information
EbonJaeger committed Feb 4, 2023
1 parent 61f3697 commit 0c1f03c
Showing 1 changed file with 40 additions and 1 deletion.
41 changes: 40 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,44 @@
# User Indicator Redux

![License](https://img.shields.io/badge/license-GPL--2.0--or--later-blue)
![Release](https://img.shields.io/github/v/tag/EbonJaeger/budgie-user-indicator-redux?include_prereleases&sort=semver)

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.
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:

```bash
mkdir build
meson --prefix=/usr build
```

2. Build the project with:

```bash
ninja -C build
```

3. Install the files with:

```bash
sudo ninja install -C build
```

0 comments on commit 0c1f03c

Please sign in to comment.