I3wm (Endeavor script from repo) - unable to change 'dunst' colors in the volume notification

Hello!

2023-10-28-10245-screenshot

I tried to find these blue & purple colors in my i3 & dunst config files with no luck. I really want to change them, but I’m at a loss as to where they’re coming from. (the ocean-blue color of the left loudspeaker icon & the dino-purple volume bar)

[stack-volumes]
    appname = "some_volume_notifiers"
    set_stack_tag = "volume"

I see this in the dunst config file, but I cannot find whatever this is referring to elsewhere.
Please help!

i no use EOS or i3. maybe look in " volume_brightness.sh " in scripts . just a guess
( hope it help )

# See README.md for usage instructions
bar_color="#7f7fff"
volume_step=1
brightness_step=2.5
max_volume=100

Thanks a lot for this. This indeed solved half the problem :slight_smile:

This is where I’m at right now:
2023-10-28-172004-screenshot
That second blue loudspeaker icon is still there, I have no idea how to remove it or change its color.
Honestly ogling the code tells me -wrongly- that it shouldn’t even be there.

Managed to figure out how to remove the annoying icon.
In ~/.config/dunst/dunstrc

    ### Icons ###

    # Align icons left/right/off
    icon_position = 

Set icon position to off & it’s gone.
To me it looks like the icons are coming from /usr/share/icons/ and they cannot be recolored.


I feel really dumb for not figuring out the volume_brightness.sh thing. The bindsym was super obvious in the i3 config file, I should have looked there first…

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.