mirror of
				https://github.com/tiyn/dotfiles.git
				synced 2025-10-30 20:11:16 +01:00 
			
		
		
		
	dunst with new colors
This commit is contained in:
		| @@ -10,7 +10,7 @@ | ||||
|     padding = 0 | ||||
|     horizontal_padding = 8 | ||||
|     frame_width = 3 | ||||
|     frame_color = "#282828" | ||||
|     frame_color = "#000000" | ||||
|  | ||||
|     # Define a color for the separator. | ||||
|     # possible values are: | ||||
| @@ -75,21 +75,21 @@ | ||||
| [urgency_low] | ||||
|     # IMPORTANT: colors have to be defined in quotation marks. | ||||
|     # Otherwise the "#" and following would be interpreted as a comment. | ||||
|     background = "#282828" | ||||
|     foreground = "#928374" | ||||
|     background = "#ffa500" | ||||
|     foreground = "#000000" | ||||
|     timeout = 5 | ||||
|     # Icon for notifications with low urgency, uncomment to enable | ||||
|     #icon = /path/to/icon | ||||
|  | ||||
| [urgency_normal] | ||||
|     background = "#458588" | ||||
|     foreground = "#ebdbb2" | ||||
|     background = "#ffa500" | ||||
|     foreground = "#000000" | ||||
|     timeout = 5 | ||||
|  | ||||
| [urgency_critical] | ||||
|     background = "#cc2421" | ||||
|     foreground = "#ebdbb2" | ||||
|     frame_color = "#fabd2f" | ||||
|     background = "#ffa500" | ||||
|     foreground = "#000000" | ||||
|     frame_color = "#000000" | ||||
|     timeout = 0 | ||||
|  | ||||
| # Every section that isn't one of the above is interpreted as a rules to | ||||
|   | ||||
		Reference in New Issue
	
	Block a user