Hyprland-workspaces

Licence Version 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 [[https://wiki.hyprland.org][Hyprland's website]].

Prerequisites

How to install

You can install this by cargo or building the project yourself

``` sh

Using cargo

cargo install hyprland-workspaces ```

```sh

Cloning and building

git clone https://github.com/hegde-atri/hyprland-workspaces cd hyprland-workspaces cargo build --release ```