#cli #hyprland #utility

app hyprland-workspaces

A tool to get hyprland workspace information easily

2 releases

0.0.4 Apr 27, 2023
0.0.3 Apr 18, 2023
0.0.2 Apr 17, 2023
0.0.1 Apr 17, 2023

#8 in #hyprland

21 downloads per month

AGPL-3.0

20KB
205 lines

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 Hyprland's website

Prerequisites

  • Hyprland (Program uses hyprctl)

How to install

You can install this by cargo or building the project yourself

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

Dependencies

~3–13MB
~167K SLoC