When using the ml4w-minimal Waybar theme, clicking the application launcher icon (custom/appmenuicon) always launches Rofi, completely ignoring the global launcher preference configured in ~/.config/ml4w/settings/launcher (e.g., when set to walker).
While the custom/appmenu module correctly points to the central launcher, the custom/appmenuicon module hardcodes the execution command directly:
|
"on-click": "sleep 0.2;rofi -show drun -replace", |
When using the
ml4w-minimalWaybar theme, clicking the application launcher icon (custom/appmenuicon) always launches Rofi, completely ignoring the global launcher preference configured in~/.config/ml4w/settings/launcher(e.g., when set towalker).While the
custom/appmenumodule correctly points to the central launcher, thecustom/appmenuiconmodule hardcodes the execution command directly:dotfiles/dotfiles/.config/waybar/modules.json
Line 155 in 4c21685