added proof-of-concept monocle tabs bar

This commit is contained in:
2026-06-06 18:35:24 +02:00
parent 850151b8d6
commit f6cb2fb1d2
16 changed files with 564 additions and 8 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/bin/bash
INDEX="$1"
WINDOWTITLE=$(cat ~/.config/monocle.state | grep -e "index:$INDEX" | cut -d'\' -f2)
echo "$WINDOWTITLE"