From ce56e67e310d97e4c0ba3c5fd2d7559336066e70 Mon Sep 17 00:00:00 2001 From: Hydroxycarbamide Date: Mon, 23 May 2022 15:49:12 +0200 Subject: [PATCH] Updated with better formatting --- historymenu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 );