https://github.com/solus-project/mate-notification-theme-slate
MATE Notification Daemon Style
https://github.com/solus-project/mate-notification-theme-slate
mate-desktop solus theme
Last synced: 12 months ago
JSON representation
MATE Notification Daemon Style
- Host: GitHub
- URL: https://github.com/solus-project/mate-notification-theme-slate
- Owner: solus-project
- License: lgpl-2.1
- Created: 2016-09-04T10:28:12.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-04-29T17:23:42.000Z (about 7 years ago)
- Last Synced: 2025-06-11T20:16:06.349Z (about 1 year ago)
- Topics: mate-desktop, solus, theme
- Language: C
- Homepage: https://solus-project.com/
- Size: 4.86 MB
- Stars: 13
- Watchers: 4
- Forks: 2
- Open Issues: 5
-
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://solus-project.com/)


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/solus-project/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-2017 Ikey Doherty , Solus Project
mate-notification-theme-slate is available under the terms of the `LGPL-2.1` license