An open API service indexing awesome lists of open source software.

https://github.com/ellie-commons/wingpanel-indicator-emoji-picker

Emoji Picker designed for elementary OS
https://github.com/ellie-commons/wingpanel-indicator-emoji-picker

elementaryos gtk3 vala wingpanel

Last synced: 28 days ago
JSON representation

Emoji Picker designed for elementary OS

Awesome Lists containing this project

README

        

[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](http://www.gnu.org/licenses/gpl-3.0)


Emoji Picker


A sleek and fast emoji picker designed for elementary OS. Easily find and copy emojis with an intuitive and minimalist interface




Emoji Picker

## Building and Installation

You'll need the following dependencies:

gobject-introspection
libglib2.0-dev
libgranite-dev >= 6.0.0
libnotify-dev
libwingpanel-dev
meson >= 0.58.0
libjson-glib-dev
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