py3status: add mpris
This commit is contained in:
parent
5a85a8599e
commit
5af53a2505
1 changed files with 13 additions and 0 deletions
|
@ -17,6 +17,7 @@ general {
|
|||
}
|
||||
|
||||
order += "window_title_async"
|
||||
order += "mpris"
|
||||
#order += "wireless _first_"
|
||||
order += "wifi"
|
||||
order += "ethernet _first_"
|
||||
|
@ -34,6 +35,18 @@ window_title_async {
|
|||
position = "center"
|
||||
}
|
||||
|
||||
mpris {
|
||||
#format = "[{nowplaying}] {previous} {toggle} {next}|[{artist} - ][{title}] {previous} {toggle} {next}"
|
||||
format = "[{artist} - ][{title}] {previous} {toggle} {next}"
|
||||
format_none = ""
|
||||
icon_pause = ""
|
||||
icon_play = ""
|
||||
icon_stop = ""
|
||||
icon_next = ""
|
||||
icon_previous = ""
|
||||
|
||||
}
|
||||
|
||||
wireless _first_ {
|
||||
format_up = "W: (%quality at %essid, %bitrate) %ip"
|
||||
format_down = ""
|
||||
|
|
Loading…
Reference in a new issue