No description
Find a file
Guido Günther 5973803ebf Initial commit
Signed-off-by: Guido Günther <agx@sigxcpu.org>
2025-06-07 11:28:28 +02:00
README.md Initial commit 2025-06-07 11:28:28 +02:00

phosh-vala-plugins

Extra phosh plugins written in Vala

License

phosh-vala-plugins are licensed under the GPL-3.0-or-later licence.

Getting the source

git clone https://gitlab.gnome.org/guidog/phosh-vala-plugins
cd phosh-vala-plugins

The main branch has the current development version.

Dependencies

On a Debian based system run

sudo apt-get -y install build-essential meson valac libphosh-0.45-dev

Building

We use the meson (and thereby Ninja) build system for phosh. The quickest way to get going is to do the following:

meson setup _build
meson compile -C _build

Running

Running from the source tree

As the plugins need to be found by phosh the simplest way is to install them:

meson install -C _build

Afterwards you enable the plugin via the sm.puri.phosh.plugins lock-screen or quick-settings gsetting.

Getting in Touch