This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# This query adds up the lengths of all the /app/usage events in ZOBJECT. | |
# This gives an approximation of how long the machine has been used for today, assuming | |
# the display goes to sleep fairly quickly when the machine is not used (eg 1 minute). | |
# You'll need to give xbar "Full Disk Access" | |
# (System Preferences -> Security and Privacy -> Privacy) for this to work. | |
DBPATH=~/Library/Application\ Support/Knowledge/knowledgeC.db |
OlderNewer