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.

weather1: change the file path

by roundabout, Wednesday, 18 February 2026, 20:22:37 (1771446157), pushed by roundabout, Wednesday, 18 February 2026, 20:22:42 (1771446162)

Author identity: Vlad <vlad.muntoiu@gmail.com>

c96c3ea4d4241a0fd2bf7a9f5e4a6a6797ce6418

applets/weather1/__init__.py

@@ -36,7 +36,7 @@ gi.require_version("Gtk", "4.0")

                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            from gi.repository import Gtk, GLib, Gio, Gdk
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        weather_location = Path(os.environ.get("XDG_DATA_HOME") or "~/.local/share").expanduser() / "weather"
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        weather_location = Path(os.environ.get("XDG_DATA_HOME") or "~/.local/share").expanduser() / "owf"
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            custom_css = """