docs(readme): credit smithay client toolkit

Could not have got the Wayland stuff working without.
This commit is contained in:
Jake Stanger 2022-10-04 23:26:26 +01:00
parent 324f00cdf9
commit bb4fe7f7f5
No known key found for this signature in database
GPG Key ID: C51FC8F9CB0BEA61

View File

@ -50,7 +50,8 @@ A full configuration guide can be found [here](https://github.com/JakeStanger/ir
## Styling
To get started, create a stylesheet at `.config/ironbar/style.css`. Changes will be hot-reloaded every time you save the file.
To get started, create a stylesheet at `.config/ironbar/style.css`. Changes will be hot-reloaded every time you save the
file.
A full styling guide can be found [here](https://github.com/JakeStanger/ironbar/wiki/styling-guide).
@ -77,3 +78,4 @@ Please check [here](https://github.com/JakeStanger/ironbar/blob/master/CONTRIBUT
- [Waybar](https://github.com/Alexays/Waybar) - A lot of the initial inspiration, and a pretty great bar.
- [Rustbar](https://github.com/zeroeightysix/rustbar) - Served as a good demo for writing a basic GTK bar in Rust
- [Smithay Client Toolkit](https://github.com/Smithay/client-toolkit) - Essential in being able to communicate to Wayland