Compare commits
	
		
			No commits in common. "a1a22bb282b18c555179c40345b3954bf18db471" and "0556d10bb81918fbe82530e525dda9643b0815b9" have entirely different histories.
		
	
	
		
			a1a22bb282
			...
			0556d10bb8
		
	
		
|  | @ -97,7 +97,7 @@ Of general interest: | ||||||
| - Static variables keep their value between invocations. | - Static variables keep their value between invocations. | ||||||
| - By default the searchbar is pretty gigantic. I've made this so because I'm a bit myopic, but also work with my laptop in a laptop stand. Anyways, if you are a more normal person you can change this in the style.css. | - By default the searchbar is pretty gigantic. I've made this so because I'm a bit myopic, but also work with my laptop in a laptop stand. Anyways, if you are a more normal person you can change this in the style.css. | ||||||
| - The style.css usage isn't updated until installation. This is because by default rose uses the theme located in /opt/rosenrot/style.css, and that file isn't updated until make install. | - The style.css usage isn't updated until installation. This is because by default rose uses the theme located in /opt/rosenrot/style.css, and that file isn't updated until make install. | ||||||
| - The [min](https://git.nunosempere.com/open.source/rosenrot/src/branch/min) branch contains a minimalistic version of rosenrot, in one c file with 320 lines (256 without comments and extra newlines). It might be of interest to developers and those seeking to understand the code. | - The [min](https://git.nunosempere.com/open.source/rosenrot/src/branch/min) branch contains a minimalistic version of rosenrot, in one c file with 390 lines. It might be of interest to developers and those seeking to understand the code. | ||||||
| 
 | 
 | ||||||
| The "architecture" of the application looks as follows: | The "architecture" of the application looks as follows: | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
							
								
								
									
										2
									
								
								config.h
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								config.h
									
									
									
									
									
								
							|  | @ -16,7 +16,7 @@ | ||||||
| #define SEARCH "https://search.brave.com/search?q=%s"
 | #define SEARCH "https://search.brave.com/search?q=%s"
 | ||||||
| // #define SEARCH "https://search.nunosempere.com/search?q=%s"
 | // #define SEARCH "https://search.nunosempere.com/search?q=%s"
 | ||||||
| // #define SEARCH "https://lite.duckduckgo.com/html/?q=%s" 
 | // #define SEARCH "https://lite.duckduckgo.com/html/?q=%s" 
 | ||||||
| #define HOME "https://search.brave.com/search" 
 | #define HOME "https://search.brave.com/search?q=%s" 
 | ||||||
| // ^ Could also be a website ("https://search.nunosempere.com"), or a file ("file:///opt/rose/homepage.png")
 | // ^ Could also be a website ("https://search.nunosempere.com"), or a file ("file:///opt/rose/homepage.png")
 | ||||||
| // #define HOME "https://search.nunosempere.com/"
 | // #define HOME "https://search.nunosempere.com/"
 | ||||||
| // #define HOME "file:///opt/rosenrot/rose.png" 
 | // #define HOME "file:///opt/rosenrot/rose.png" 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user