updated monocle bar and added wayshell framework with some modules.

This commit is contained in:
2026-06-27 17:35:39 +02:00
parent 79b45ab123
commit 66065960cf
43 changed files with 2163 additions and 97 deletions
+3 -2
View File
@@ -2,12 +2,13 @@
INDEX="$1"
MONITOR=$2
while [ -e ~/.config/monocle.lock ]; do
while [ -e ~/.config/monocle-$MONITOR.lock ]; do
sleep 0.01
done
WINDOWTITLE=$(cat ~/.config/monocle.state | grep -e "index:$INDEX" | cut -d'\' -f2)
WINDOWTITLE=$(cat ~/.config/monocle-$MONITOR.state | grep -e "index:$INDEX" | cut -d'\' -f2)