From e17361e59d082e68471a13c65c45456e797a92a5 Mon Sep 17 00:00:00 2001 From: 1jehuang Date: Sun, 28 Dec 2025 07:35:04 -0800 Subject: Initial commit: Niri workspaces indicator for Waybar MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Features: - Real-time workspace display via niri IPC - Color-coded window indicators by app type - Claude Code detection (✳ icon and title) - Codex, nvim, Chrome, Firefox, Discord, Spotify colors - tmux session indicator (broken bar ¦) - Process tree scanning for terminal app detection - Workspace names shown when focused - Empty unfocused workspaces hidden --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ea8c4bf --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/target -- cgit v1.3