updated monocle bar to be actually useable, now just need to make a daemon.
This commit is contained in:
@@ -3,6 +3,13 @@
|
||||
|
||||
INDEX="$1"
|
||||
|
||||
while [ -e ~/.config/monocle.lock ]; do
|
||||
sleep 0.01
|
||||
done
|
||||
|
||||
WINDOWTITLE=$(cat ~/.config/monocle.state | grep -e "index:$INDEX" | cut -d'\' -f2)
|
||||
|
||||
|
||||
|
||||
|
||||
echo "$WINDOWTITLE"
|
||||
|
||||
Reference in New Issue
Block a user