Update README

This commit is contained in:
Ottatop 2023-08-14 14:47:27 -05:00
parent 07354e077c
commit 4b043ffecb
2 changed files with 18 additions and 18 deletions

View file

@ -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>

View file

@ -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).