Add MPRIS to status bar
This commit is contained in:
parent
3da32b72b7
commit
b9747a405d
1 changed files with 8 additions and 0 deletions
|
@ -71,6 +71,14 @@ pkgs.writeText "configuration.toml" ''
|
||||||
[[block]]
|
[[block]]
|
||||||
block = "backlight"
|
block = "backlight"
|
||||||
|
|
||||||
|
[[block]]
|
||||||
|
block = "music"
|
||||||
|
player = "firefox"
|
||||||
|
buttons = ["prev", "play", "next"]
|
||||||
|
marquee = false
|
||||||
|
max_width = 40
|
||||||
|
hide_when_empty = true
|
||||||
|
|
||||||
[[block]]
|
[[block]]
|
||||||
block = "sound"
|
block = "sound"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue