mirror of
https://github.com/pinnacle-comp/pinnacle.git
synced 2024-11-16 07:48:11 +01:00
Update README
This commit is contained in:
parent
07354e077c
commit
4b043ffecb
2 changed files with 18 additions and 18 deletions
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -1,3 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
TODO
|
||||
- [Wlr-layer-shell support](https://github.com/Ottatop/pinnacle/pull/45) is now here!
|
||||
Now you can use stuff like [swaybg](https://github.com/swaywm/swaybg) so you don't have
|
||||
to look at an ugly gray background and [eww](https://github.com/elkowar/eww)
|
||||
for widgets (until I implement a widget system, that is). As always, if you find any
|
||||
issues, submit a bug report!
|
||||
|
||||
<details>
|
||||
|
||||
<summary>Older stuff</summary>
|
||||
|
||||
- We now have XWayland support as of [#34](https://github.com/Ottatop/pinnacle/pull/34)!
|
||||
It's currently not that polished right now because I got bored of working on it and I want
|
||||
to work on other aspects of Pinnacle, but it should be at least *usable*.
|
||||
|
||||
</details>
|
||||
|
|
20
README.md
20
README.md
|
@ -11,22 +11,8 @@
|
|||
A very, VERY WIP Smithay-based wayland compositor
|
||||
</div>
|
||||
|
||||
## News
|
||||
- [Wlr-layer-shell support](https://github.com/Ottatop/pinnacle/pull/45) is now here!
|
||||
Now you can use stuff like [swaybg](https://github.com/swaywm/swaybg) so you don't have
|
||||
to look at an ugly gray background and [eww](https://github.com/elkowar/eww)
|
||||
for widgets (until I implement a widget system, that is). As always, if you find any
|
||||
issues, submit a bug report!
|
||||
|
||||
<details>
|
||||
|
||||
<summary>Older stuff</summary>
|
||||
|
||||
- We now have XWayland support as of [#34](https://github.com/Ottatop/pinnacle/pull/34)!
|
||||
It's currently not that polished right now because I got bored of working on it and I want
|
||||
to work on other aspects of Pinnacle, but it should be at least *usable*.
|
||||
|
||||
</details>
|
||||
## Changelog
|
||||
See [`CHANGELOG.md`](CHANGELOG.md).
|
||||
|
||||
## Features
|
||||
- [x] Winit backend
|
||||
|
@ -187,4 +173,4 @@ locks up because I did a dumb thing :thumbsup:
|
|||
You can find the rest of the controls in the [`example_config`](api/lua/example_config.lua).
|
||||
|
||||
## Feature Requests, Bug Reports, Contributions, and Questions
|
||||
See [CONTRIBUTING.md](CONTRIBUTING.md).
|
||||
See [`CONTRIBUTING.md`](CONTRIBUTING.md).
|
||||
|
|
Loading…
Reference in a new issue