Skip to content

Commit

Permalink
Deploying to gh-pages from @ 9e43517 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxVerevkin committed Aug 19, 2024
1 parent 10edcf6 commit cc7f4e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion i3status_rs/blocks/music/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<h2 id="configuration"><a class="doc-anchor" href="#configuration">§</a>Configuration</h2><div><table><thead><tr><th>Key</th><th>Values</th><th>Default</th></tr></thead><tbody>
<tr><td><code>format</code></td><td>A string to customise the output of this block. See below for available placeholders.</td><td><code>&quot; $icon {$combo.str(max_w:25,rot_interval:0.5) $play |}&quot;</code></td></tr>
<tr><td><code>format_alt</code></td><td>If set, block will switch between <code>format</code> and <code>format_alt</code> on every click</td><td><code>None</code></td></tr>
<tr><td><code>player</code></td><td>Name(s) of the music player(s) MPRIS interface. This can be either a music player name or an array of music player names. Run <code>busctl user list | grep org.mpris.MediaPlayer2. | cut -d’ ’ -f1</code> and the name is the part after “org.mpris.MediaPlayer2.”.</td><td><code>None</code></td></tr>
<tr><td><code>player</code></td><td>Name(s) of the music player(s) MPRIS interface. This can be either a music player name or an array of music player names. Run <code>busctl --user list | grep &quot;org.mpris.MediaPlayer2.&quot; | cut -d' ' -f1</code> and the name is the part after “org.mpris.MediaPlayer2.”.</td><td><code>None</code></td></tr>
<tr><td><code>interface_name_exclude</code></td><td>A list of regex patterns for player MPRIS interface names to ignore.</td><td><code>[&quot;playerctld&quot;]</code></td></tr>
<tr><td><code>separator</code></td><td>String to insert between artist and title.</td><td><code>&quot; - &quot;</code></td></tr>
<tr><td><code>seek_step_secs</code></td><td>Positive number of seconds to seek forward/backward when scrolling on the bar. Does not need to be an integer.</td><td><code>1</code></td></tr>
Expand Down
2 changes: 1 addition & 1 deletion src/i3status_rs/blocks/music.rs.html
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@
//! ----|--------|--------
//! `format` | A string to customise the output of this block. See below for available placeholders. | &lt;code&gt;\" $icon {$combo.str(max_w:25,rot_interval:0.5) $play \|}\"&lt;/code&gt;
//! `format_alt` | If set, block will switch between `format` and `format_alt` on every click | `None`
//! `player` | Name(s) of the music player(s) MPRIS interface. This can be either a music player name or an array of music player names. Run &lt;code&gt;busctl --user list \| grep "org.mpris.MediaPlayer2." \| cut -d' ' -f1&lt;/code&gt; and the name is the part after "org.mpris.MediaPlayer2.". | `None`
//! `player` | Name(s) of the music player(s) MPRIS interface. This can be either a music player name or an array of music player names. Run &lt;code&gt;busctl \--user list \| grep \"org.mpris.MediaPlayer2.\" \| cut -d\' \' -f1&lt;/code&gt; and the name is the part after "org.mpris.MediaPlayer2.". | `None`
//! `interface_name_exclude` | A list of regex patterns for player MPRIS interface names to ignore. | `["playerctld"]`
//! `separator` | String to insert between artist and title. | `" - "`
//! `seek_step_secs` | Positive number of seconds to seek forward/backward when scrolling on the bar. Does not need to be an integer. | `1`
Expand Down

0 comments on commit cc7f4e8

Please sign in to comment.