A fork of the Materia GTK theme.

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.

Install: Allow GNOME Shell version override

This allows overriding shell version in installer via the "gnomever" environment variable. This is needed when installing in developer builds of GNOME, where the result of calling "gnome-shell --version" may not match the versions available in this repository, thus failing to build shell theme.

by roundabout, Sunday, 28 May 2017, 20:41:40 (1496004100), pushed by roundabout, Sunday, 11 May 2025, 13:22:10 (1746969730)

Author identity: Derek Stavis <dekestavis@gmail.com>

4bb1fd50f5bcc01eb3c55a002a6b80980b767def

install.sh

@@ -3,10 +3,12 @@

                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            repodir=$(cd $(dirname $0) && pwd)
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            srcdir=${repodir}/src
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        if type -p gnome-shell > /dev/null ; then
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                          gnomever=$(gnome-shell --version | cut -d ' ' -f 3 | cut -d . -f -2)
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        else
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                          gnomever=3.18
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        if test -z "$gnomever" ; then
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                          if type -p gnome-shell > /dev/null ; then
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            gnomever=$(gnome-shell --version | cut -d ' ' -f 3 | cut -d . -f -2)
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                          else
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            gnomever=3.18
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                          fi
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            fi
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            echo