Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/linkfrg/ignis
Modern Python widget system
https://github.com/linkfrg/ignis
desktop-environment gtk4 linux-desktop python unixporn wayland widget
Last synced: 7 days ago
JSON representation
Modern Python widget system
- Host: GitHub
- URL: https://github.com/linkfrg/ignis
- Owner: linkfrg
- License: gpl-3.0
- Created: 2024-07-28T11:31:25.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-10-24T18:07:41.000Z (4 months ago)
- Last Synced: 2024-10-25T09:12:12.268Z (4 months ago)
- Topics: desktop-environment, gtk4, linux-desktop, python, unixporn, wayland, widget
- Language: Python
- Homepage: https://linkfrg.github.io/ignis/
- Size: 3.21 MB
- Stars: 166
- Watchers: 5
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hyprland - ignis - based widget framework for bars and other widgets) (Tools / Status Bar/Shell)
README
# Ignis
[![docs](https://github.com/linkfrg/ignis/actions/workflows/latest_docs.yaml/badge.svg)](https://github.com/linkfrg/ignis/actions/workflows/latest_docs.yaml)
[![Checked with mypy](https://www.mypy-lang.org/static/mypy_badge.svg)](https://mypy-lang.org/)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Linting: Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)A widget framework for building desktop shells, written and configurable in Python.
- Configurable in Python
- Easy to use
- GTK4-based
- Batteries Included (a lot of built-in Services and Utilities!)
- Flexible work with widgets> [!NOTE]
> Ignis is mostly stable, but still a work in progress.
> The API is a subject to change.
>
> The breaking changes tracker is available in [#60](https://github.com/linkfrg/ignis/issues/60)## Getting started
See the [Documentation](https://linkfrg.github.io/ignis)## Supported Desktops
- wlroots-based Wayland compositors (e.g., __Sway__)
- __Hyprland__
- Smithay based compositors (e.g., __COSMIC__)
- __KDE Plasma__ on wayland...and all other compositors that implement the Layer Shell protocol.
Ignis __is not supported__ on:
- GNOME Wayland
- X11...because they don't support the Layer Shell protocol.
## Examples
* A simple bar, see [examples](./examples/bar)
![simple-bar](./examples/bar/simple-bar.png)* [My own configuration](https://github.com/linkfrg/dotfiles/)
![My own configuration](https://github.com/linkfrg/dotfiles/blob/main/assets/1.png?raw=true)## Contributing
Check out the [Developer Guide](https://linkfrg.github.io/ignis/latest/dev/index.html)## Special Thanks
[AGS](https://github.com/aylur/ags) - for inspiration