23 releases
0.4.0-beta.1 | Oct 24, 2024 |
---|---|
0.4.0-alpha.2 | May 7, 2024 |
0.3.13 | Feb 3, 2024 |
0.3.12 | Sep 19, 2023 |
0.2.4 | Aug 18, 2022 |
#36 in GUI
8,310 downloads per month
Used in 20 crates
160KB
3.5K
SLoC
Hyprland-rs
An unofficial rust wrapper for Hyprland's IPC
Help Wanted!
We need help with developing the next version of hyprland-rs 0.4
,
if you know how to do the things in https://github.com/hyprland-community/hyprland-rs/milestone/4
contributions in those areas would be greatly appreciated!
Disclaimer
If something doesn't work, doesn't matter what, make sure you are on the latest version (or commit) of Hyprland before making an issue!
Getting started!
Let's get started with Hyprland-rs!
Adding to your project
Add the code below to the dependencies section of your Cargo.toml file!
hyprland = "0.4.0-beta.1"
Reading the docs
Hyprland-rs has a ton of types (and some really long ones)! Its important you know how the ones you will be using work! The docs can be found at docs.rs/hyprland
Master version
If Hyprland-rs is broken (or other reason) and is taking too long for a release to come out,
you can use the master branch in Cargo (will not allow the crate to be published to crates.io
):
hyprland = { git = "https://github.com/hyprland-community/hyprland-rs", branch = "master" }
What this crate provides
This crate provides 6 modules (+1 for shared things)
data
for getting information on the compositorevent_listener
which provides theEventListener
struct for listening for eventsdispatch
for calling dispatcherskeyword
for dealing with config option (aka keywords)config::binds
for changing binds (in futureconfig
might have config generation)ctl
for calling hyprctl commands
Example Usage
Check the examples in the examples
directory
Dependencies
~5–16MB
~208K SLoC