Crates.io | hypr-helper |
lib.rs | hypr-helper |
version | 0.1.1 |
source | src |
created_at | 2023-12-30 18:06:36.599955 |
updated_at | 2023-12-31 19:11:06.148681 |
description | Hyprland Utilities such as adjusting gaps, getting windowname and workspace information |
homepage | https://gitlab.com/hegde-atri/hypr-helper |
repository | https://gitlab.com/hegde-atri/hypr-helper |
max_upload_size | |
id | 1084324 |
size | 65,891 |
An application that listens to the Hyprland UNIX socket for changes and returns chosen properties (example: workspace information, active window name).
You should be running Hyprland.
Writing this helped me cut down RAM usage for getting workspace information by almost 600%! (12MB -> 2.4MB) and of course barely any CPU usage. This CLI tool will also come with some extra features, such as dynamically updating the gaps
You can install this by cargo
or building the project yourself
# Using cargo
cargo install hypr-helper
# Cloning and building
git clone https://gitlab.com/hegde-atri/hypr-helper
cd hyprland-workspaces
cargo build --release