howbea / Logo-Activities

1 stars 1 forks source link

icons #5

Open egayghost opened 1 month ago

egayghost commented 1 month ago

Hi, I'm trying to chane the icon but it seems like there's no guide on what to enter to change the desired icon.

howbea commented 1 month ago

Thanks for your report. Treating icons is not easy. Need icon registration. For example, make ~/.icons/hicolor/scalable/emblems directory. (ensure your icon theme inherits "hicolor") emblem-debian Download and copy the files in the directory. Icons are resitrated by that. You will see emblem-debian.svg and emblem-debian-symbolic.svg (except for everything else in this time). The icon name is "emblem-debian"(-symbolic is used by the system). Roughly speaking, Icon name is its file name. You can change the activities icon with entering "emblem-debian". Logo activities extension chooses symbolic icon by default. You can also set colored icon with editing the stylesheet. I hope this helps you and enjoy the extension.

egayghost commented 1 month ago

Thanks for your report. Treating icons is not easy. Need icon registration. For example, make ~/.icons/hicolor/scalable/emblems directory. (ensure your icon theme inherits "hicolor") emblem-debian Download and copy the files in the directory. Icons are resitrated by that. You will see emblem-debian.svg and emblem-debian-symbolic.svg (except for everything else in this time). The icon name is "emblem-debian"(-symbolic is used by the system). Roughly speaking, Icon name is its file name. You can change the activities icon with entering "emblem-debian". Logo activities extension chooses symbolic icon by default. You can also set colored icon with editing the stylesheet. I hope this helps you and enjoy the extension.

thanks, it works, though it doesn't refresh or update automatically, sometimes it needs to log out in order to work

howbea commented 1 month ago

make install came to mind.