Updated with better formatting
This commit is contained in:
parent
2e9c62ee80
commit
ce56e67e31
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue