From bcf28f0a088411ec2fa956ad7a79b7287b5ca1eb Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 9 Feb 2022 19:48:36 -0800 Subject: home-manager: let's try to configure polybar There's a few things missing (my binaries for the wifi and battery, at a minimum), but that's fine for now. --- configs/polybar/modules/mpd.ini | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 configs/polybar/modules/mpd.ini (limited to 'configs/polybar/modules/mpd.ini') diff --git a/configs/polybar/modules/mpd.ini b/configs/polybar/modules/mpd.ini new file mode 100644 index 0000000..05f066d --- /dev/null +++ b/configs/polybar/modules/mpd.ini @@ -0,0 +1,6 @@ +[module/mpd] +type = internal/mpd +socket = /var/run/user/1000/mpd/socket +interval = 2 +label-song = %artist% / %title% +format-online = -- cgit v1.2.3