最終更新:2026-03-05 (木) 01:57:21 (45d)  

Screen Commentator
Top / Screen Commentator

https://github.com/r1cA18/screen-commentator

モデル

  • Ollama
    • |Qwen2.5-VL 3B?
    • [[Gemma 3 4B]
    • Gemma 3 12B?
    • Qwen3-VL 8B?

処理

  • panel.level = .statusBar + 1 // 最前面
  • panel.isOpaque = false // 不透明=false
  • panel.backgroundColor = .clear // 透明
  • panel.ignoresMouseEvents? = true // マウスイベント無視
  • panel.hasShadow = false // シャドウなし
  • panel.collectionBehavior = [.canJoinAllSpaces?, .stationary, .fullScreenAuxiliary?] // すべてのSpaceに表示、フルスクリーン上にも表示
  • panel.isMovableByWindowBackground? = false // 背景ドラッグを無効化

参考