Updated with better formatting

This commit is contained in:
Hydroxycarbamide 2022-05-23 15:49:12 +02:00
parent 2e9c62ee80
commit ce56e67e31

View file

@ -26,7 +26,7 @@ exit_error() {
show_items() {
items=$(
echo "$ITEMS" \
| jq -r ".data | .[] | map(.message) | .[].data" \
| jq -r ".data | .[] | .[] | \"[\" + .appname.data + \"] \" + .summary.data + \" \" + .body.data" \
| rofi_menu
);