https://github.com/getsolus/mate-notification-theme-slate
MATE Notification Daemon Style
https://github.com/getsolus/mate-notification-theme-slate
Last synced: 4 months ago
JSON representation
MATE Notification Daemon Style
- Host: GitHub
- URL: https://github.com/getsolus/mate-notification-theme-slate
- Owner: getsolus
- License: lgpl-2.1
- Created: 2018-10-20T15:28:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-06-06T23:27:07.000Z (almost 3 years ago)
- Last Synced: 2025-10-12T00:28:28.056Z (8 months ago)
- Language: C
- Homepage: https://getsol.us
- Size: 4.87 MB
- Stars: 2
- Watchers: 11
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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](https://github.com/horst3180/arc-theme) for his design work and the
implementation within [Budgie](https://github.com/solus-project/budgie-desktop).
### Themeable
This plugin supports CSS styling, and now has support within the [Adapta](https://github.com/adapta-project/adapta-gtk-theme) GTK theme, so
can be extended to suit any style.
mate-notification-theme-slate is a [Solus project](https://getsol.us/)


Building
--------
Ensure the following build dependencies are available (`pkg-config` names)
- gtk+-3.0 >= 3.18.0
To install these on Solus:
```bash
sudo eopkg it glib2-devel libgtk-3-devel
sudo eopkg it -c system.devel
```
Clone the repository:
```bash
git clone https://github.com/getsolus/mate-notification-theme-slate.git
```
Now build it:
```bash
cd mate-notification-theme-slate
./autogen.sh --prefix=/usr
make -j$(($(getconf _NPROCESSORS_ONLN)+1))
sudo make install
```
License
-------
Copyright © 2016-2020 Solus
mate-notification-theme-slate is available under the terms of the `LGPL-2.1-or-later` license