walker
walker copied to clipboard
PowerMenu (custom plugin) not working as expected.
Describe the bug When using the example Power menu from the wiki, no icon is shown at the left of entries and the prompt is not filtering out results.
Version 0.7.7
Minimal Config
"plugins": [ { "name": "power", "placeholder": "Power", "switcher_only": true, "keep_sort": true, "icon": true, "entries": [ { "label": "Shutdown", "icon": "system-shutdown", "exec": "shutdown now" }, { "label": "Reboot", "icon": "system-reboot", "exec": "reboot" }, { "label": "Lock Screen", "icon": "system-lock-screen", "exec": "playerctl --all-players pause & hyprlock" } ] } ]
To Reproduce install the plugin in the config file and run walker -m power -k
Expected behavior
- Icons should appear to the left of entries
- Typing letters in the prompt should filter out results.
Desktop
- Arch + Sway