Trouble reading the status emoji #340
o-alquimista
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is playing
This is paused
I often find the glyphs confusing, because they resemble toggle buttons of the kind we find in music players.
Here's an example:
This is playing
This is paused
The emoji status looks like an interactive toggle button, but it is not one; and I often find myself thinking "It's paused, right? But it looks like it's playing... hmm. Let me open the media player window to make sure I paused it, or just grab the headset and listen for any sound!". *sigh*
The low contrast (white on orange) makes it even worse, but I guess that's just the current icon theme or font. The only emoji font I have deliberately installed is Noto Fonts, so that must be it.
I might just go back to text status, but I wonder if others feel the same about this.
*EDIT*
I'd like to propose an optional second argument to the emoji function: a boolean. I'm not very good at naming things, but I can think of
inverted
(a very short name) or the more verbosealt_play_pause
(alternative play/pause icons).emoji(key, inverted) # or... emoji(key, alt_play_pause)
We would use it like this:
Which would generate the following icons:
This is playing
This is paused
Beta Was this translation helpful? Give feedback.
All reactions