#!/bin/sh
|
|
|
|
if ! xdpyinfo | grep -q VNC ; then
|
|
nsync=$(cat ~/.cache/nextcloud-track)
|
|
|
|
echo -n "^c#88c0d0^מּ ^d^ $nsync"
|
|
fi
|
|
|