[polybar] Show currently playing song
This commit is contained in:
parent
061cfd930c
commit
03cad30ca6
1 changed files with 4 additions and 1 deletions
|
@ -36,7 +36,7 @@ font-2 = siji:pixelsize=10;1
|
||||||
|
|
||||||
modules-left = ewmh xwindow
|
modules-left = ewmh xwindow
|
||||||
modules-center =
|
modules-center =
|
||||||
modules-right = circe todo email pulseaudio xkeyboard vpn date
|
modules-right = circe mpd todo email pulseaudio xkeyboard vpn date
|
||||||
|
|
||||||
tray-position = center
|
tray-position = center
|
||||||
tray-padding = 0
|
tray-padding = 0
|
||||||
|
@ -237,3 +237,6 @@ format-prefix = " "
|
||||||
|
|
||||||
[module/circe]
|
[module/circe]
|
||||||
type = custom/ipc
|
type = custom/ipc
|
||||||
|
|
||||||
|
[module/mpd]
|
||||||
|
type = internal/mpd
|
||||||
|
|
Loading…
Reference in a new issue