https://github.com/lo2dev/grimoire-design
https://github.com/lo2dev/grimoire-design
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lo2dev/grimoire-design
- Owner: lo2dev
- License: gpl-3.0
- Created: 2024-10-11T09:29:43.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-10-11T09:29:45.000Z (9 months ago)
- Last Synced: 2025-04-05T19:41:41.105Z (3 months ago)
- Language: Python
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is a Workbench project.
To open and run this; [install Workbench from Flathub](https://flathub.org/apps/re.sonny.Workbench) and open this project folder with it.
## Icons
You can embed icons into your project by adding them to the [`./icons`](./icons/) subfolder.
Then you can reference them by name in UI. For example
```
# Given a file icons/moon-symbolic.svg
Gtk.Image {
icon-name: "moon-symbolic";
}
```Press "Run" if your icon is not detected yet.
Please refer to Workbench Library entry "Using Icons" for more information.