hyprland-workspaces 1.0.0

CRATE HAS BEEN RENAMED TO hypr-helper
hyprland-workspaces-1.0.0 is not a library.

⚠️ Hyprland-workspaces is getting a complete re-rewrite for v0.0.5+ at GitLab ⚠️

This project is being renamed from hyprland-workspaces to hypr-helper.

This is to avoid confusion with another popular project.

This project is still actively maintained, just not on github.

I stopped using github with most of my public and private repositories, since I care about my privacy.

Licence Version Downloads Downloads

An application written in rust that uses hyprctl to return workspace data.

Preface

I needed workspace data to display them on my eww bar.

I made this as I couldn't write shell script to do this, and I was having issues with the default script from Hyprland's website

Prerequisites

  • Hyprland (Program uses hyprctl)

How to install

You can install this by cargo or building the project yourself

This crate has been renamed to hypr-helper. Visit the updated repository for more details

# Using cargo
cargo install hyprland-workspaces
# Cloning and building
git clone https://github.com/hegde-atri/hyprland-workspaces
cd hyprland-workspaces
cargo build --release