Skip to content

Commit

Permalink
block[music] fix cur description (#2037)
Browse files Browse the repository at this point in the history
  • Loading branch information
bim9262 committed Apr 6, 2024
1 parent 788ab25 commit 5b3f1da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/blocks/music.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
//! `combo` | Resolves to "`$artist[sep]$title"`, `"$artist"`, `"$title"`, or `"$url"` depending on what information is available. `[sep]` is set by `separator` option. | Text
//! `player` | Name of the current player (taken from the last part of its MPRIS bus name) | Text
//! `avail` | Total number of players available to switch between | Number
//! `cur` | Total number of players available to switch between | Number
//! `cur` | The current player index of the available players | Number
//! `play` | Play/Pause button | Clickable icon
//! `next` | Next button | Clickable icon
//! `prev` | Previous button | Clickable icon
Expand Down

0 comments on commit 5b3f1da

Please sign in to comment.