diff --git a/.config/polybar/config.bak b/.config/polybar/config.bak index 170144c..51894d2 100644 --- a/.config/polybar/config.bak +++ b/.config/polybar/config.bak @@ -440,6 +440,7 @@ menu-0-2-exec = "playerctl next" type = custom/text content = 󰕾 | click-left = "setsid pavucontrol" +click-right = "setsid pulseaudio-equalizer-gtk" click-middle = "bash ~/Userdata/Scripts/Launchers/restart_pulseaudio_1s.sh" [module/cava] diff --git a/.config/polybar/scripts/hideIt.sh b/.config/polybar/scripts/hideIt.sh index 1385364..94f530c 100755 --- a/.config/polybar/scripts/hideIt.sh +++ b/.config/polybar/scripts/hideIt.sh @@ -598,10 +598,10 @@ function serve_region() { fi # Don't hide if the cursor is still above the window - if [ $_IS_HIDDEN -ne 0 ] && - [ $_hide -eq 0 ] && - [ $WINDOW -eq $WIN_ID ]; then - _hide=1 + if [ $_IS_HIDDEN -ne 0 ] && [ $_hide -eq 0 ] ; then + if [ $WINDOW -eq $WIN_ID ] || [ $WINDOW -eq $WIN_ID_MOVEALONG_ONE ] ; then + _hide=1 + fi fi # Only do something if necessary