Replies: 4 comments 3 replies
-
It would be relatively easy to implement in the program. My main concern is how it should be added to the config file. If this feature is added, it should be optional only. Currently, the menu entries are parsed as:
The program gets 3 tokens delimited by the ; character. It needs to be an exact number amount, so making it 3 or 4 is not possible. You could work around this by further tokenizing the second token with a different character. For example, a comma separating the normal and highlighted icon:
Then, if the comma is absent it would be like normal. So it would be mostly backwards compatible, but it would add a restriction that the icon path itself can't contain a comma, as it would interfere with the parsing. Another option is to add a suffix such as The second option would not require any changes to the menu specification, so I am favoring that one somewhat. It is important if this feature is added that it is optional and does not break backwards compatibility. Any other ideas? |
Beta Was this translation helpful? Give feedback.
-
@zpaolo11x Check out the new branch
As previously said, you add Post some screenshots, I am curious to see what your proposed design looks like. |
Beta Was this translation helpful? Give feedback.
-
I just compiled the source and it seems to work perfectly! I'm still thinking of how I want it to look, at the moment a first example is with a white "neon" border around application icons, see attached screenshot :) Other ideas could be "zooming" icons with a smaller and larger version, or different images for selected and unselected (Amiga style) the possibilities are endless :D |
Beta Was this translation helpful? Give feedback.
-
I like this version, I will test it when I receive my HTPC on monday. One additional feature request related to this one: option to have a little sound when you navigate from one item to another (could give more multimedia style imo :) ) |
Beta Was this translation helpful? Give feedback.
-
Not sure if this is the right place to put an idea or feature request, btw, would it be possible to add an option where a different icon is defined and shown only when the item is selected? So when the user highlights an item on the screen a different image (brighter, highlited, whatever) is shown...
Beta Was this translation helpful? Give feedback.
All reactions