RT2RFNIOYKYLI5LHDC532BYCPFIQWM4PFGY7S2XJLN7LB2NGX5MAC
(let [data
(with [pipe (os/spawn ["bspc" "wm" "-d"] :p {:out :pipe})]
(:read (pipe :out) :all))
state
(json/decode data)
monitor
(item-with-id (state "focusedMonitorId") (state "monitors"))]
(let [data (get-state)
state (json/decode data)
monitor (item-with-id (state "focusedMonitorId") (state "monitors"))]