diff --git a/.hammerspoon/key-light-air.fnl b/.hammerspoon/key-light-air.fnl index 785b468..bb89c01 100644 --- a/.hammerspoon/key-light-air.fnl +++ b/.hammerspoon/key-light-air.fnl @@ -18,7 +18,7 @@ (fn docked? [] (accumulate [docked? false _ v (pairs (usb.attachedDevices)) &until docked?] - (or docked? (= v.productName "CalDigit Thunderbolt 3 Audio")))) + (or docked? (= v.productName "TS4 USB3.2 Gen2 HUB")))) (local watcher (let [{: watcher} caffeinate w (watcher.new #(when (docked?)