updates for hyprland
This commit is contained in:
parent
8adb361b82
commit
7863e720c3
4 changed files with 213 additions and 176 deletions
14
scripts/ncsyncmon
Executable file
14
scripts/ncsyncmon
Executable file
|
@ -0,0 +1,14 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
while [ 1 ];
|
||||
do
|
||||
./ncsyncchk.sh
|
||||
ncsync=$(cat /tmp/ncsync)
|
||||
if rg -q "Syncing" /tmp/ncsync
|
||||
then
|
||||
echo true
|
||||
else
|
||||
echo false
|
||||
fi
|
||||
sleep 10
|
||||
done
|
Loading…
Add table
Add a link
Reference in a new issue