aboutsummaryrefslogtreecommitdiff
path: root/data/icons
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite to indicator-ng, simplify, drop all GTK references, move to CMakeRobert Tari2020-11-107-151/+0
| | | | fixes #9, fixes #12
* Add do-not-disturb mode read/unread icons.Jason Conti2020-08-203-1/+376
|
* Convert to Ayatana Indicators.Mike Gabriel2017-12-025-4/+4
|
* * Added back hide_on_activate = false on the notification menuitemJason Conti2016-08-283-0/+142
| | | | | | | | | | - Enables using space when in keyboard navigation to avoid closing the menu * Added custom close icons for selected and deselected notifications - Since we don't set PRELIGHT, needed a way to show the selected notification during keyboard navigation - gtk-close is deprecated anyway, so might as well use our own - Can be replaced by the icon theme to look more appropriate
* * Use icon-name instead of pixbufs to set the indicator iconJason Conti2014-01-151-1/+1
| | | | | * Move the default icons to datadir/pixmaps/
* Had to prefix the status icons with indicator- because otherwise they can ↵Jason Conti2011-05-183-2/+2
| | | | conflict with the obsolete icons in the recent-notifications package, which I should probably remove.
* Updating icon path to correct location in preparation for proper install.Jason Conti2011-05-181-1/+1
|
* Attempting to add icons to the install target. Will put them in correct ↵Jason Conti2011-05-143-0/+364
locations later.