Don't crash Waybar's status-display by stringifying pulldown tuples

This commit is contained in:
bluepython508
2026-02-12 16:31:39 +00:00
parent bdd32a8a6d
commit b17a6df1b9

View File

@@ -430,7 +430,7 @@
:period ">"
"")
" "
(string/join (map |(string ":" $) (output :tags-other)))))
(string/join (map |(string ":" $) (filter keyword? (output :tags-other))))))
(defn action/target-in [obj list dir]