diff options
| author | 1jehuang <[email protected]> | 2025-12-19 03:57:33 -0800 |
|---|---|---|
| committer | 1jehuang <[email protected]> | 2025-12-19 03:57:33 -0800 |
| commit | e7a279d0e5bb7d80a85546929edf0f0863e7480d (patch) | |
| tree | 8f6e27bfd3113df33761465cf45cb5e19010c896 /.gitignore | |
Initial commit: niri workspaces waybar module in Rust
Fast workspace visualization for waybar with:
- Color-coded windows by app (Chrome, Discord, Firefox, etc.)
- Terminal detection (Claude, Codex, nvim) via /proc
- Dimmed colors for unfocused workspaces
- Active window indicator (▌) for would-be-focused windows
- Parallel niri IPC calls for ~12ms execution time
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ea8c4bf --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/target |
