I am the developer of Login Manager Settings and I want my application to be able to set blurred background for GDM.
It can change GDM background by modifying gnome-shell.css
found in gnome-shell-theme.gresource
I tried adding
filter: blur(8px);
to gnome-shell.css
, it didn’t work. Is there any way to do this that I don’t know?
What program does gnome-shell
use to parse its CSS?
Also, I know I can use ImageMagick to modify the image directly but ImageMagick is slow and I would prefer not to use it.
fmuellner
(Florian Müllner)
#2
No. It is not possible to add a blur effect via CSS.
1 Like
ntd
(Nicola Fontana)
#3
I suppose it is using the internal CSS parser that GTK provides:
https://docs.gtk.org/gtk3/css-overview.html
1 Like
ebassi
(Emmanuele Bassi)
#4
No, the Shell has its own CSS parser and style machinery.
1 Like
system
(system)
Closed
#5
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.