mirror of
				https://github.com/NotAShelf/nvf.git
				synced 2025-10-31 19:12:38 +00:00 
			
		
		
		
	nvim-notify: fix some stuff
This commit is contained in:
		
					parent
					
						
							
								99a4eafa34
							
						
					
				
			
			
				commit
				
					
						5d898da816
					
				
			
		
					 2 changed files with 5 additions and 13 deletions
				
			
		|  | @ -28,7 +28,7 @@ in { | |||
|       }; | ||||
| 
 | ||||
|       stages = mkOption { | ||||
|         type = enum ["fade_in_slide_out" "fade_in" "slide_out" "none"]; | ||||
|         type = enum ["fade_in_slide_out" "fade" "slide" "static"]; | ||||
|         default = "fade_in_slide_out"; | ||||
|         description = "The stages of the notification"; | ||||
|       }; | ||||
|  | @ -41,7 +41,7 @@ in { | |||
| 
 | ||||
|       background_colour = mkOption { | ||||
|         type = str; | ||||
|         default = "#000000"; | ||||
|         default = "NotifyBackground"; | ||||
|         description = "The background colour of the notification"; | ||||
|       }; | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 diniamo
				diniamo