diff --git a/.config/polybar/config b/.config/polybar/config index e42b0c5..c4a110a 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -238,6 +238,33 @@ format-underline = #98971a label = %date% %time% +[module/pulseaudio] +type = internal/pulseaudio + +format-volume = +label-volume = VOL %percentage%% +label-volume-foreground = ${root.foreground} + +label-muted = 🔇 muted +label-muted-foreground = #666 + +bar-volume-width = 10 +bar-volume-foreground-0 = ${colors.secondary} +bar-volume-foreground-1 = ${colors.secondary} +bar-volume-foreground-2 = ${colors.secondary} +bar-volume-foreground-3 = ${colors.secondary} +bar-volume-foreground-4 = ${colors.secondary} +bar-volume-foreground-5 = #f5a70a +bar-volume-foreground-6 = ${colors.alert} +bar-volume-gradient = false +bar-volume-indicator = | +bar-volume-indicator-font = 2 +bar-volume-fill = ─ +bar-volume-fill-font = 2 +bar-volume-empty = ─ +bar-volume-empty-font = 2 +bar-volume-empty-foreground = ${colors.foreground-alt} + [module/alsa] type = internal/alsa diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index b541cce..e73d13d 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -45,7 +45,7 @@ XF86AudioPlay playerctl play-pause XF86AudioPause - playerctl pause + playerctl play-pause XF86AudioNext playerctl next