Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Latest commit

 

History

History
28 lines (20 loc) · 698 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 698 Bytes

Wingpanel Session Indicator

Translation status

Screenshot

Building and Installation

You'll need the following dependencies:

libaccountsservice-dev
libgirepository1.0-dev
libglib2.0-dev
libgranite-dev >= 5.3.0
libgtk-3-dev
libhandy-1-dev >= 0.90.0
libwingpanel-dev
meson
valac

Run meson to configure the build environment and then ninja to build

meson build --prefix=/usr
cd build
ninja

To install, use ninja install

sudo ninja install