display, i3
This commit is contained in:
		| @@ -10,7 +10,7 @@ | ||||
|     padding = 8 | ||||
|     horizontal_padding = 8 | ||||
|     frame_width = 1 | ||||
|     frame_color = "#6C901C" | ||||
|     frame_color = "#8C552E" | ||||
|  | ||||
|     # 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 = "#0c0d05" | ||||
|     foreground = "#6C901C" | ||||
|     background = "#0f0e09" | ||||
|     foreground = "#8C552E" | ||||
|     timeout = 5 | ||||
|     # Icon for notifications with low urgency, uncomment to enable | ||||
|     #icon = /path/to/icon | ||||
|  | ||||
| [urgency_normal] | ||||
|     background = "#0c0d05" | ||||
|     foreground = "#6C901C" | ||||
|     background = "#0f0e09" | ||||
|     foreground = "#8C552E" | ||||
|     timeout = 5 | ||||
|  | ||||
| [urgency_critical] | ||||
|     background = "#0c0d05" | ||||
|     foreground = "#6C901C" | ||||
|     frame_color = "#6C901C" | ||||
|     background = "#0f0e09" | ||||
|     foreground = "#8C552E" | ||||
|     frame_color = "#8C552E" | ||||
|     timeout = 0 | ||||
|  | ||||
| # Every section that isn't one of the above is interpreted as a rules to | ||||
|   | ||||
		Reference in New Issue
	
	Block a user