Skip to content

Commit

Permalink
Use explicit raw JSON from busctl
Browse files Browse the repository at this point in the history
  • Loading branch information
pnelson committed Dec 31, 2023
1 parent 5ee7c85 commit a6e856b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makoctl
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ if ! type $BUSCTL >/dev/null 2>&1; then
fi

call() {
$BUSCTL -j --user call org.freedesktop.Notifications /fr/emersion/Mako \
$BUSCTL --json=short --user call org.freedesktop.Notifications /fr/emersion/Mako \
fr.emersion.Mako -- "$@"
}

Expand Down

0 comments on commit a6e856b

Please sign in to comment.