Skip to content

solus-project/mate-notification-theme-slate

Repository files navigation

mate-notification-theme-slate

A CSS-backed notification theme for the MATE Desktop.

Arc Styling

The fallback styling for this plugin emulates the Arc-styled Budgie notifications. Style credit belongs solely with horst3180 for his design work and the implementation within Budgie.

Themeable

This plugin supports CSS styling, and now has support within the Adapta GTK theme, so can be extended to suit any style.

mate-notification-theme-slate is a Solus project

logo

screenshot

Building

Ensure the following build dependencies are available (pkg-config names)

- gtk+-3.0 >= 3.18.0

To install these on Solus:

    sudo eopkg it glib2-devel libgtk-3-devel
    sudo eopkg it -c system.devel

Clone the repository:

    git clone https://github.com/solus-project/mate-notification-theme-slate.git

Now build it:

    cd mate-notification-theme-slate
    ./autogen.sh --prefix=/usr
    make -j$(($(getconf _NPROCESSORS_ONLN)+1))
    sudo make install

License

Copyright © 2016-2017 Ikey Doherty ikey@solus-project.com, Solus Project

mate-notification-theme-slate is available under the terms of the LGPL-2.1 license