From c97e7025e6cf7595ee04ff6177505f3c43e0a846 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado <55825613+luevano@users.noreply.github.com> Date: Thu, 24 Dec 2020 17:53:08 -0700 Subject: Create new player module --- .config/polybar/config | 2 +- .config/polybar/main.ini | 2 +- .config/polybar/pulseaudio.ini | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to '.config/polybar') diff --git a/.config/polybar/config b/.config/polybar/config index 2c33cad..334bd3c 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -32,7 +32,7 @@ include-file = $XDG_CONFIG_HOME/polybar/filesystem.ini 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 # 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 0fbabb8..d66ffb8 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=xkeyboard cpu memory pulseaudio date dunst powermenu +modules-right=player_mpris xkeyboard cpu memory pulseaudio date dunst powermenu # tray-position = right # tray-padding = 2 diff --git a/.config/polybar/pulseaudio.ini b/.config/polybar/pulseaudio.ini index 3dfc7b4..016ac57 100644 --- a/.config/polybar/pulseaudio.ini +++ b/.config/polybar/pulseaudio.ini @@ -25,7 +25,7 @@ format-volume-underline = ${colors.green} # # format-muted = -format-muted-underline = ${colors.white} +format-muted-underline = ${colors.black-alt} # Available tokens: # %percentage% (default) @@ -36,7 +36,7 @@ label-volume = %percentage%% # %percentage% (default) # %decibels% label-muted =  (muted) -label-muted-foreground = ${colors.white} +label-muted-foreground = ${colors.black-alt} # Only applies if is used ramp-volume-0 =  -- cgit v1.2.3-54-g00ecf