GitHunt
AS

asedii/hyprtitle

A simple Hyprland title bar module for Waybar

Hyprtitle

A simple Hyprland title bar module for Waybar.

hyprtitle

Features

  • Active workspace details
    • Name
  • Active group details
    • Active window index
    • Window count
  • Active window details
    • Title
    • Class
    • Size
    • Position
    • Pinned
    • Floating
    • Xwayland
  • Copy to clipboard using wl-copy

Installation

Compile using cargo build --release, or download the binary from the releases page.

Waybar config

  "custom/hyprtitle": {
    "max-length": 50, // Optional max length to avoid long title
    "tooltip": true,
    "exec": "/path/to/hyprtitle/hyprtitle",
    "return-type": "json",
    "on-click": "/path/to/hyprtitle copy --class",
    "on-click-right": "/path/to/hyprtitle copy --title"
  }

Copy to clipboard usage

hyprtitle copy [OPTIONS]

Options:
  -t, --title
  -c, --class
  -s, --size
  -p, --position
  -h, --help

Languages

Rust100.0%

Contributors

Created April 3, 2024
Updated October 20, 2025
asedii/hyprtitle | GitHunt