Waybar icon indicating copy to clipboard operation
Waybar copied to clipboard

modules/custom: Fix non-json return-type processing

Open red-9m opened this issue 1 year ago • 0 comments

modules/custom currently incorrectly process a non-json return-type, as waybar::modules::Custom::parseOutputRaw() consumes newline separated format, but waybar::modules::Custom::continuousWorker() produces only one line output at once.

This pull request change separation from '\n' to '\t' and fixes the defect.

red-9m avatar Aug 06 '22 19:08 red-9m