BuddiesOfBudgie / budgie-screensaver

Budgie Screensaver is a fork of old gnome screensaver for purposes of providing an authentication prompt on wake.
GNU General Public License v2.0
15 stars 2 forks source link

Use "bullet" character in password input fields #5

Closed steakscience closed 2 years ago

steakscience commented 2 years ago

By default, Gtk uses uses the "black circle" character in password fields (gtk.entry)

image

Instead, we could set a different character "bullet", which looks a lot better. This should be done in the theme GtkEntry:invisible-char https://docs.gtk.org/gtk3/property.Entry.invisible-char.html

We can use it in:

image (picture from elsewhere)

serebit commented 2 years ago

This seems reasonable to me.