SOLVED: Volume Icon Executor In Tint2

By mistake, I deleted my executor in tint2 for the volume ttf. I want to re-create it and have it back. I need the inputs to put into the various fields when creating the executor in tint2. Any help would be greatly appreciated. Thanks!

Are you looking for this…

# Executor 2
execp = new
execp_command = ~/.config/tint2/scripts/volumettf
execp_interval = 4
execp_has_icon = 0
execp_cache_icon = 0
execp_continuous = 0
execp_markup = 1
execp_monitor = all
execp_tooltip = L: Mute/unmute, MW: Volume, R: Radio Menu
execp_lclick_command = pactl set-sink-mute 0 toggle
execp_rclick_command = mb-music ipc
execp_mclick_command = 
execp_uwheel_command = amixer -q set Master 2%+ unmute
execp_dwheel_command = amixer -q set Master 5%- unmute
execp_font = Symbols Nerd Font 16
execp_font_color = #deddda 100
execp_padding = 2 2
execp_background_id = 7
execp_centered = 1
1 Like

Yes, that is it. And it works also. Many thanks!

1 Like