Everything: Switch to MATE, Arc, and Solarized
TODO: Add MATE configs, wherever those are
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
# The width can be negative. In this case the actual width is the
|
||||
# screen width minus the width defined in within the geometry option.
|
||||
geometry = "500x8-0-48"
|
||||
corner_radius = 4
|
||||
|
||||
# Show how many messages are currently hidden (because of geometry).
|
||||
indicate_hidden = yes
|
||||
@@ -61,11 +62,11 @@
|
||||
|
||||
# Defines width in pixels of frame around the notification window.
|
||||
# Set to 0 to disable.
|
||||
frame_width = 0
|
||||
frame_width = 1
|
||||
|
||||
# Defines color of the frame around the notification window.
|
||||
#frame_color = "#aaaaaa"
|
||||
frame_color = "#3c3836"
|
||||
frame_color = "#2b2e39"
|
||||
|
||||
# Define a color for the separator.
|
||||
# possible values are:
|
||||
@@ -86,7 +87,7 @@
|
||||
### Text ###
|
||||
|
||||
#font = Monospace 8
|
||||
font = Roboto 10
|
||||
font = Noto Sans 10
|
||||
|
||||
# The spacing between lines. If the height is smaller than the
|
||||
# font height, it will get raised to the font height.
|
||||
@@ -241,22 +242,22 @@
|
||||
[urgency_low]
|
||||
# IMPORTANT: colors have to be defined in quotation marks.
|
||||
# Otherwise the "#" and following would be interpreted as a comment.
|
||||
background = "#282828"
|
||||
foreground = "#a89984"
|
||||
background = "#383c4a"
|
||||
foreground = "#7c818c"
|
||||
timeout = 10
|
||||
# Icon for notifications with low urgency, uncomment to enable
|
||||
#icon = /path/to/icon
|
||||
|
||||
[urgency_normal]
|
||||
background = "#282828"
|
||||
foreground = "#ebdbb2"
|
||||
background = "#383c4a"
|
||||
foreground = "#fffcf6"
|
||||
timeout = 10
|
||||
# Icon for notifications with normal urgency, uncomment to enable
|
||||
#icon = /path/to/icon
|
||||
|
||||
[urgency_critical]
|
||||
background = "#282828"
|
||||
foreground = "#fabd2f"
|
||||
background = "#383c4a"
|
||||
foreground = "#b58900"
|
||||
timeout = 0
|
||||
# Icon for notifications with critical urgency, uncomment to enable
|
||||
#icon = /path/to/icon
|
||||
|
Reference in New Issue
Block a user