updated monocle bar and added wayshell framework with some modules.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user