defname / rofi-iwd-wifi-menu

Minimalistic WiFi network chooser for iwd using rofi
GNU General Public License v3.0
61 stars 2 forks source link

no icons #3

Closed vykng closed 1 year ago

vykng commented 1 year ago

Can't seem to get the icons shown in the example to appear using the default settings. Everything else appears to work fine. What would be the best way to debug this. Thanks.

defname commented 1 year ago

If icons are shown depends on your rofi configuration. You can try

rofi -show wifi -modi wifi:iwdrofimenu -no-config -show-icons

then you should see the default rofi theme but with icons. If it's working it's just the configuration of your rofi theme.

vykng commented 1 year ago

That did it. Appreciate your help.