https://github.com/gtk-dev-tools/gtk-web-preview
Preview a GTK Theme in a recreation of Gnome Shell in the web.
https://github.com/gtk-dev-tools/gtk-web-preview
gnome-shell gtk react
Last synced: about 2 months ago
JSON representation
Preview a GTK Theme in a recreation of Gnome Shell in the web.
- Host: GitHub
- URL: https://github.com/gtk-dev-tools/gtk-web-preview
- Owner: gtk-dev-tools
- Created: 2018-12-08T13:19:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T03:19:11.000Z (over 2 years ago)
- Last Synced: 2025-03-23T00:31:52.213Z (2 months ago)
- Topics: gnome-shell, gtk, react
- Language: CSS
- Homepage:
- Size: 3.17 MB
- Stars: 9
- Watchers: 1
- Forks: 2
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Screenshots
Expect these to change often during development, but currently a dumb version of Gnome shell renders (Dash to dock too)
# Goals
* Have a frontend where anyone can drop a theme (zip or css potentially) and it renders it entirely client side so you can preview the theme before using it
* Hopefully modularise this so other linux DE's are supported
* Be able to use this as a springboard to get React components that work out of the box with an imported GTK css file ([node-gtk-theme](https://github.com/jakejarrett/node-gtk-theme) / [electron-gtk-theme
](https://github.com/jaszhix/electron-gtk-theme))# Why?
This allows developers and users quick access to previewing themes (You can just plop a css file in & ideally it will just live update the web preview to show you the theme)# What works
* It renders a basic gnome shell for now