diff --git a/historymenu b/historymenu index 1c84758..11ecfd8 100755 --- a/historymenu +++ b/historymenu @@ -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 );