From 42ce506449c5e7ce1aa25b22f15938aef39f54a2 Mon Sep 17 00:00:00 2001 From: Random936 Date: Sat, 30 Mar 2024 09:51:07 -0700 Subject: [PATCH] Removed polybar banner from config and fixed volume module --- .config/polybar/config.ini | 24 +++--------------------- 1 file changed, 3 insertions(+), 21 deletions(-) diff --git a/.config/polybar/config.ini b/.config/polybar/config.ini index ebadb69..c04d128 100644 --- a/.config/polybar/config.ini +++ b/.config/polybar/config.ini @@ -1,21 +1,3 @@ -;========================================================== -; -; -; ██████╗ ██████╗ ██╗ ██╗ ██╗██████╗ █████╗ ██████╗ -; ██╔══██╗██╔═══██╗██║ ╚██╗ ██╔╝██╔══██╗██╔══██╗██╔══██╗ -; ██████╔╝██║ ██║██║ ╚████╔╝ ██████╔╝███████║██████╔╝ -; ██╔═══╝ ██║ ██║██║ ╚██╔╝ ██╔══██╗██╔══██║██╔══██╗ -; ██║ ╚██████╔╝███████╗██║ ██████╔╝██║ ██║██║ ██║ -; ╚═╝ ╚═════╝ ╚══════╝╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝ -; -; -; To learn more about how to configure Polybar -; go to https://github.com/polybar/polybar -; -; The README contains a lot of information -; -;========================================================== - [colors] background = #EEEEEE background-alt = #A0A0A0 @@ -52,7 +34,7 @@ separator-foreground = ${colors.disabled} font-0 = MesloLGS NF:2 modules-left = xworkspaces xwindow -modules-right = filesystem brightness alsa memory cpu battery network date +modules-right = filesystem brightness pulseaudio memory cpu battery network date cursor-click = pointer cursor-scroll = ns-resize @@ -100,8 +82,8 @@ label-mounted = %{F#0000FF}%mountpoint%%{F-} %percentage_used%% label-unmounted = %mountpoint% not mounted label-unmounted-foreground = ${colors.disabled} -[module/alsa] -type = internal/alsa +[module/pulseaudio] +type = internal/pulseaudio format-volume-prefix = "VOL " format-volume-prefix-foreground = ${colors.primary}