nwg-piotr / nwg-drawer

Application drawer for wlroots-based Wayland compositors
MIT License
233 stars 25 forks source link

Use power/reset/exit icons from theme if .svg are unavailable #122

Closed NHOrus closed 1 month ago

NHOrus commented 1 month ago

Due to packaging issues, nwg-drawer in gentoo shows no power/reset/exit/sleep icons. It would be nice, if svg icons are missing, to pull icon from theme. It also would unify looks of apps and buttons.

nwg-piotr commented 1 month ago

Which specific icon names would you like me to use? Remember, that they must exist in Adwaita icon theme.

NHOrus commented 1 month ago

Exit - system-log-out-symbolic.svg Lock - system-lock-screen-symbolic.svg Poweroff - system-shutdown-symbolic.svg Reboot - system-reboot-symbolic.svg Can't find any for Sleep

nwg-piotr commented 1 month ago

Can't find any for Sleep

Don't stop searching! ;)

nwg-piotr commented 1 month ago

Maybe this one?

dialog-error-symbolic

nwg-piotr commented 1 month ago

Finally I ended up using the face-yawn-symbolic icon, as the above looks differently in themes other than Adwaita (exclamation, mostly). Keep in mind that it still won't look well with some icon themes.

obraz

To use icon theme icons, add the -pbuseicontheme flag.

NHOrus commented 1 month ago

Thank you