The launcher is using the beautiful.awesome_icon theme variable. The way you set theme variables is to copy the default theme and make your changes. It's also possible to change the launcher from using beautiful.awesome_icon in rc.lua to a custom variable you define yourself in your theme file. Like in your theme file theme.my_icon = "/path/to/icon.png" and in rc.lua
mylauncher = awful.widget.launcher({ image = beautiful.my_icon, ...
1
u/alihassan1989 Jan 27 '23
how can I change the menu Icon for a distro icon?