mirror of
				https://codeberg.org/hako/Rosenthal.git
				synced 2025-11-04 11:44:48 +00:00 
			
		
		
		
	services: home-theme: Adjust default key theme and font size.
* modules/rosenthal/services/desktop.scm (<home-theme-configuration>) [key-theme]: Default to "Default". (%home-theme-xdg-config): Don't specify font size.
This commit is contained in:
		
							parent
							
								
									1cf75b64fb
								
							
						
					
					
						commit
						804c8b1862
					
				@ -431,7 +431,7 @@ configuration {
 | 
			
		||||
  (cursor-size  home-theme-configuration-cursor-size
 | 
			
		||||
                (default 24))
 | 
			
		||||
  (key-theme    home-theme-configuration-key-theme
 | 
			
		||||
                (default "Emacs"))
 | 
			
		||||
                (default "Default"))
 | 
			
		||||
  ;; Extensions.
 | 
			
		||||
  (environment-variables home-theme-configuration-environment-variables
 | 
			
		||||
                         (default (%home-theme-environment-variables
 | 
			
		||||
@ -481,7 +481,7 @@ Inherits = ~a~%"
 | 
			
		||||
[Settings]
 | 
			
		||||
gtk-theme-name = Adwaita
 | 
			
		||||
gtk-icon-theme-name = ~a
 | 
			
		||||
gtk-font-name = Sans 11
 | 
			
		||||
gtk-font-name = Sans
 | 
			
		||||
gtk-cursor-theme-name = ~a
 | 
			
		||||
gtk-cursor-theme-size = ~a
 | 
			
		||||
gtk-key-theme-name = ~a~%"
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user