Ri0n / QtNote

Note-taking application written with Qt in mind and able to read tomboy notes
http://ri0n.github.io/QtNote
GNU General Public License v3.0
21 stars 5 forks source link

Request tray icon from icon theme before falling back to the internal resource #62

Open Ri0n opened 8 years ago

Ri0n commented 8 years ago

1) ~Set correct KStatusNotifierItem::ItemStatus~ 2) ~icon in tray looks ugly. fix it~ 3) ~two exit items in tray menu. remove one~ 4) kde has a lot of standard icons. use them

pemartins1 commented 3 years ago
  1. icon in try looks ugly. fix it

Concerning 2. is it possible to use an icon that fits the desktop theme's standard layout? The icon really stands out in kde plasma's system tray but not in a positive way.

Ri0n commented 3 years ago

@pemartins1 , I don't know a way from the application side except allow loading icons from system icon theme. but it's hardly possible any system icon theme will include an icon for QtNote until it become very popular.

pemartins1 commented 3 years ago

I see. As a workaround, is it possible to add an option to manually choose/change the tray icon?