Skingomz/PlaybackTouchBar.swift
0 → 100644
+35
−0
+5
−0
Loading
While an episode is loaded, the Touch Bar app region shows skip-back, play/pause and skip-forward buttons (using the configured skip intervals) plus the current episode title; idle, the system default bar stays. Implemented with SwiftUI's .touchBar on the root view — NSTouchBar remains a supported API even though new Macs no longer ship the hardware. Co-Authored-By: Claude (RCA)