Skip to content

Instantly share code, notes, and snippets.

@danuker
danuker / window_monitor.py
Created March 11, 2026 00:50
Time waste annoyance
#!/usr/bin/env python3
# If I'm wasting time, pop up an image that reminds me of my addiction.
# Created 2026-03-11
# One-shotted by Qwen3.5-35B-A3B-UD-IQ4_NL from Unsloth
import subprocess
import time
import re
from datetime import datetime