qutebrowser: disable dark reader for now
This commit is contained in:
		
							parent
							
								
									e0cd0e76b4
								
							
						
					
					
						commit
						44f0c7a133
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -257,7 +257,7 @@ in
 | 
			
		|||
    home.file = {
 | 
			
		||||
      # For some stupid reason qutebrowser crashes if this dir does not exist
 | 
			
		||||
      ".local/share/qutebrowser/greasemonkey/.keep".text = "";
 | 
			
		||||
      ".config/qutebrowser/greasemonkey/darkreader.js".text = lib.optionalString (color.type == "dark") ''
 | 
			
		||||
      ".config/qutebrowser/greasemonkey/darkreader.js".text = lib.optionalString (color.type == "dark" && false) ''
 | 
			
		||||
        // ==UserScript==
 | 
			
		||||
        // @name          Dark Reader (Unofficial)
 | 
			
		||||
        // @icon          https://darkreader.org/images/darkreader-icon-256x256.png
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue