File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ namespace GreeterCompositor {
3939 monitor_manager = display. get_context (). get_backend (). get_monitor_manager ();
4040 monitor_manager. monitors_changed. connect (monitors_changed);
4141
42- gala_background_settings = new GLib .Settings (" io.elementary.desktop .background" );
42+ gala_background_settings = new GLib .Settings (" io.elementary.greeter-compositor .background" );
4343 gala_background_settings. changed[" dim-wallpaper-in-dark-style" ]. connect (() = > changed ());
4444
4545 gnome_background_settings = new GLib .Settings (" org.gnome.desktop.background" );
Original file line number Diff line number Diff line change 1313 </key >
1414 </schema >
1515
16+ <schema path =" /io/elementary/greeter-compositor/background/" id =" io.elementary.greeter-compositor.background" >
17+ <key type =" b" name =" dim-wallpaper-in-dark-style" >
18+ <default >false</default >
19+ <summary >Dim wallpapers when dark style is active</summary >
20+ <description ></description >
21+ </key >
22+ </schema >
23+
1624 <schema path =" /io/elementary/greeter-compositor/keybindings/" id =" io.elementary.greeter-compositor.keybindings" >
1725 <key type =" as" name =" zoom-in" >
1826 <default ><![CDATA[ ['<Super>plus', '<Super>KP_Add']]]> </default >
You can’t perform that action at this time.
0 commit comments