Important information: Google announced that, from September 2026, Android devices will require ALL apps to be signed by Google, effectively leading to an iOS situation. Value your right to a computer that does what you want; do not tolerate this monopolistic practice! Contact me if you don't understand why it is bad. Click to learn more.

change a CSS provider to allow being overridden by the theme

by roundabout, Monday, 18 August 2025, 15:07:49 (1755529669), pushed by soreau, Monday, 18 August 2025, 22:54:56 (1755557696)

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
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            )