AlynxZhou / gnome-shell-extension-inotch

Add a useless notch to your screen.
943 stars 10 forks source link

Getting it working with login screen #14

Open netzeroo opened 2 years ago

netzeroo commented 2 years ago

Is there a way we can get this working with the login screen? I lock my screen a lot.

AlynxZhou commented 2 years ago

As far as I know, GNOME Shell will disable all extensions when you lock your screen and enable all extensions when you unlock it, so I am sorry I cannot fix it.

IdkWhatToCallMe123 commented 10 months ago

maybe just a tiny bit late but...

you can a notch to wallpaper image in something like GIMP and then use the GDM settings app to get a notch on the login screen

AlynxZhou commented 4 months ago

https://gjs.guide/extensions/topics/session-modes.html

Since GNOME 42 we could enable extensions in lock screen and GDM by adding "session-modes": ["user", "unlock-dialog", "gdm"], to metadata.json, but this requires to install extensions for gdm user.

I then have a better idea that you should use auto login and disable auto lock screen so you won't see GDM and unlock-dialog!