Skip to content

Commit 1d2ad72

Browse files
committed
v0.21.10
1 parent d824f9f commit 1d2ad72

File tree

3 files changed

+27
-18
lines changed

3 files changed

+27
-18
lines changed

Cargo.lock

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ description = "A feature-rich and resource-friendly replacement for i3status, wr
44
repository = "https://github.com/greshake/i3status-rust/"
55
readme = "README.md"
66
license = "GPL-3.0-only"
7-
version = "0.21.9"
7+
version = "0.21.10"
88
authors = [
9-
"Kai Greshake <[email protected]>",
10-
"Contributors on GitHub (https://github.com/greshake/i3status-rust/graphs/contributors)",
9+
"Kai Greshake <[email protected]>",
10+
"Contributors on GitHub (https://github.com/greshake/i3status-rust/graphs/contributors)",
1111
]
1212
edition = "2018"
1313

man/i3status-rs.1

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1233,6 +1233,7 @@ T{
12331233
\f[V]path\f[R]
12341234
T}@T{
12351235
Path to collect information from.
1236+
Supports path expansions e.g.\ \f[V]\[ti]\f[R].
12361237
T}@T{
12371238
No
12381239
T}@T{
@@ -1322,7 +1323,9 @@ T}
13221323
T{
13231324
\f[V]{path}\f[R]
13241325
T}@T{
1325-
Path used for capacity check
1326+
Path used for capacity check.
1327+
Supports shell expansions like \f[V]${VARIABLE}\f[R] and
1328+
\f[V]\[ti]\f[R].
13261329
T}@T{
13271330
String
13281331
T}
@@ -2973,6 +2976,7 @@ T{
29732976
\f[V]inboxes\f[R]
29742977
T}@T{
29752978
List of maildir inboxes to look for mails in.
2979+
Supports path expansions e.g.\ \f[V]\[ti]\f[R].
29762980
T}@T{
29772981
Yes
29782982
T}@T{
@@ -3413,7 +3417,9 @@ _
34133417
T{
34143418
\f[V]player\f[R]
34153419
T}@T{
3416-
Name of the music player MPRIS interface.
3420+
Name(s) of the music player(s) MPRIS interface(s).
3421+
This can be either a music player name or an array of music player
3422+
names.
34173423
Run
34183424
\f[V]busctl --user list \[rs]| grep \[dq]org.mpris.MediaPlayer2.\[dq] \[rs]| cut -d\[aq] \[aq] -f1\f[R]
34193425
and the name is the part after \[lq]org.mpris.MediaPlayer2.\[rq].
@@ -4179,6 +4185,7 @@ T{
41794185
\f[V]maildir\f[R]
41804186
T}@T{
41814187
Path to the directory containing the notmuch database.
4188+
Supports path expansions e.g.\ \f[V]\[ti]\f[R].
41824189
T}@T{
41834190
No
41844191
T}@T{
@@ -4820,6 +4827,7 @@ T{
48204827
\f[V]socket_path\f[R]
48214828
T}@T{
48224829
Socket path for the rofication daemon.
4830+
Supports path expansions e.g.\ \f[V]\[ti]\f[R].
48234831
T}@T{
48244832
No
48254833
T}@T{
@@ -5864,6 +5872,7 @@ T{
58645872
\f[V]state_path\f[R]
58655873
T}@T{
58665874
Path to the Watson state file.
5875+
Supports path expansions e.g.\ \f[V]\[ti]\f[R].
58675876
T}@T{
58685877
No
58695878
T}@T{

0 commit comments

Comments
 (0)