https://github.com/finefindus/gnome-shell-nord
Nordified Fork of GNOME shell
https://github.com/finefindus/gnome-shell-nord
gnome gnome-shell gnome-shell-theme nord nord-theme
Last synced: about 1 month ago
JSON representation
Nordified Fork of GNOME shell
- Host: GitHub
- URL: https://github.com/finefindus/gnome-shell-nord
- Owner: FineFindus
- License: gpl-2.0
- Created: 2023-05-07T08:19:41.000Z (almost 2 years ago)
- Default Branch: feat/nord-theme
- Last Pushed: 2023-05-07T19:04:32.000Z (almost 2 years ago)
- Last Synced: 2025-02-06T04:51:48.732Z (3 months ago)
- Topics: gnome, gnome-shell, gnome-shell-theme, nord, nord-theme
- Language: C
- Homepage:
- Size: 43.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS
- License: COPYING
Awesome Lists containing this project
README
## Nord Gnome Shell Fork
This is a fork of the Gnome Shell desktop environment that applies the Nord theme. Nord is an arctic, north-bluish color palette that is known for its pleasing aesthetics and calming effect.

### Installation
While it would be possible to compile and install the whole shell, it is only necessary to compile the CSS code for it. This requires the sass compiler to be installed.1. Clone the `data/theme` directory to your local machine.
2. Run the compiler to compile the Sass code to a single CSS file
```sh
sassc -M data/theme/gnome-shell.scss gnome-shell.css
```
3. Create a new shell theme in in your themes directory (e.g. `~/.themes`) with a `gnome-shell` and a `gnome-shell/assets` directory
4. Move the `svg` files into the asset dierectory and the `gnome-shell.css` into `gnome-shell`.
5. Apply the theme via Tweaks.## License
GNOME Shell is distributed under the terms of the GNU General Public License,
version 2 or later. See the [COPYING][license] file for details.[project-wiki]: https://wiki.gnome.org/Projects/GnomeShell
[bug-tracker]: https://gitlab.gnome.org/GNOME/gnome-shell/issues
[schedule]: https://wiki.gnome.org/Schedule
[license]: COPYING