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

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

Loading…
Cancel
Save