From 9d44898fb3c2dbac189f5fa7b9b1d789937f348c Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado <55825613+luevano@users.noreply.github.com> Date: Fri, 25 Dec 2020 21:52:30 -0700 Subject: Better "now playing" module --- .config/polybar/config | 1 + .config/polybar/main.ini | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to '.config/polybar') diff --git a/.config/polybar/config b/.config/polybar/config index 334bd3c..65d0cdc 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -33,6 +33,7 @@ include-file = $XDG_CONFIG_HOME/polybar/eth.ini include-file = $XDG_CONFIG_HOME/polybar/wlan.ini include-file = $XDG_CONFIG_HOME/polybar/dunst.ini include-file = $XDG_CONFIG_HOME/polybar/player_mpris.ini +include-file = $XDG_CONFIG_HOME/polybar/player_mpris_zscroll.ini # Other modules that came by default on the example config. # The ones that I configured are on separate ini files. diff --git a/.config/polybar/main.ini b/.config/polybar/main.ini index d66ffb8..752d2ff 100644 --- a/.config/polybar/main.ini +++ b/.config/polybar/main.ini @@ -4,7 +4,7 @@ monitor = ${env:MAINMON:HDMI-0} modules-left=bspwm xwindow modules-center= -modules-right=player_mpris xkeyboard cpu memory pulseaudio date dunst powermenu +modules-right=player_mpris_zscroll xkeyboard cpu memory pulseaudio date dunst powermenu # tray-position = right # tray-padding = 2 -- cgit v1.2.3-70-g09d2