Compare commits

...

1 Commits

Author SHA1 Message Date
Hugo Thunnissen e76985b39e Change notification and terminal colors so better suit epaper 3 years ago

@ -64,7 +64,7 @@
frame_width = 1 frame_width = 1
# Defines color of the frame around the notification window. # Defines color of the frame around the notification window.
frame_color = "#E95420" frame_color = "#000000"
# Define a color for the separator. # Define a color for the separator.
# possible values are: # possible values are:
@ -261,23 +261,23 @@
[urgency_low] [urgency_low]
# IMPORTANT: colors have to be defined in quotation marks. # IMPORTANT: colors have to be defined in quotation marks.
# Otherwise the "#" and following would be interpreted as a comment. # Otherwise the "#" and following would be interpreted as a comment.
background = "#222222" background = "#ffffff"
foreground = "#888888" foreground = "#000000"
timeout = 10 timeout = 10
# Icon for notifications with low urgency, uncomment to enable # Icon for notifications with low urgency, uncomment to enable
#icon = /path/to/icon #icon = /path/to/icon
[urgency_normal] [urgency_normal]
background = "#2C001E" background = "#ffffff"
foreground = "#ffffff" foreground = "#000000"
timeout = 10 timeout = 10
# Icon for notifications with normal urgency, uncomment to enable # Icon for notifications with normal urgency, uncomment to enable
#icon = /path/to/icon #icon = /path/to/icon
[urgency_critical] [urgency_critical]
background = "#900000" background = "#ffffff"
foreground = "#ffffff" foreground = "#000000"
frame_color = "#ff0000" frame_color = "#000000"
timeout = 0 timeout = 0
# Icon for notifications with critical urgency, uncomment to enable # Icon for notifications with critical urgency, uncomment to enable
#icon = /path/to/icon #icon = /path/to/icon

@ -11,6 +11,6 @@
[plugins] [plugins]
[profiles] [profiles]
[[default]] [[default]]
background_darkness = 0.87 background_color = "#ffffff"
background_type = transparent foreground_color = "#000000"
cursor_color = "#aaaaaa" cursor_color = "#aaaaaa"

Loading…
Cancel
Save