By using this site, you agree to have cookies stored on your device, strictly for functional purposes, such as storing your session and preferences.

Dismiss

change a CSS provider to allow being overridden by the theme

roundabout,
created on Monday, 18 August 2025, 15:07:49 (1755529669), received on Monday, 18 August 2025, 15:07:52 (1755529672)
Author identity: Vlad <vlad.muntoiu@gmail.com>

55d91203193801efa70410f816fb5c8b36a96869

main.py

@@ -82,7 +82,7 @@ css_provider.load_from_data(custom_css)

                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            Gtk.StyleContext.add_provider_for_display(
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                Gdk.Display.get_default(),
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                css_provider,
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            Gtk.STYLE_PROVIDER_PRIORITY_APPLICATION
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            100
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            )