Skip to content

Commit bbd22ef

Browse files
committed
Add busctl to deps
1 parent 5383c11 commit bbd22ef

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ distro's repositories, don't worry, it's not hard to build it yourself.
9595
- wayland-protocols (optional, for recompiling protocols)
9696
- xdg-utils (optional, xdg-open is the default 'browser' for opening URLs)
9797
- jq (optional, for installed completions and tools in contrib)
98+
- busctl (optional, for dunstctl rules and dunstctl history)
9899

99100
The names will be different depending on your [distribution](https://github.com/dunst-project/dunst/wiki/Dependencies).
100101

dunstctl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ case "${1:-}" in
170170
jq --raw-output '.data[][] | ["[\(.name.data)]"], [to_entries[] | select(.key != "name") | " \(.key) = \(.value.data)"] | join("\n")'
171171
fi
172172
} \
173-
|| die "Dunst is not running or unreachable."
173+
|| die "Dunst is unreachable or the version is too old."
174174
;;
175175
*)
176176
die "Unknown format \"${2}\". Please use either \"--json\" or no option at all."

0 commit comments

Comments
 (0)