Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lenemter/stylesheet
https://github.com/lenemter/stylesheet
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lenemter/stylesheet
- Owner: lenemter
- License: gpl-3.0
- Created: 2023-09-23T15:11:48.000Z (over 1 year ago)
- Default Branch: lenemter/gradience-test
- Last Pushed: 2023-09-26T05:27:36.000Z (over 1 year ago)
- Last Synced: 2024-10-25T09:17:02.618Z (3 months ago)
- Language: SCSS
- Size: 808 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: COPYING
Awesome Lists containing this project
README
# Stylesheet
[![Translation status](https://l10n.elementary.io/widgets/desktop/-/stylesheet-extra/svg-badge.svg)](https://l10n.elementary.io/engage/desktop/)The GTK Stylesheet for elementary OS
## Installation
You'll need the following dependencies:
* meson
* sasscRun `meson` to configure the build environment. To install, use `ninja install`.
meson build --prefix=/usr
cd build
ninja installRun `ninja clean` before building the stylesheets a second time. Otherwise the already built stylesheets will not be overriden.
ninja clean
ninja install