summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2021-08-21 20:24:36 (EDT)
committer P. J. McDermott <pj@pehjota.net>2021-08-21 20:24:36 (EDT)
commit34074da38378c68b50558ae488b3bf0e81d8acc5 (patch)
tree4eedb72795f581e187184962824abcf868964008 /.config
parentdc87fe1f1dd61bb3259052a93af2d713722dd364 (diff)
downloadfluxbox-34074da38378c68b50558ae488b3bf0e81d8acc5.zip
fluxbox-34074da38378c68b50558ae488b3bf0e81d8acc5.tar.gz
fluxbox-34074da38378c68b50558ae488b3bf0e81d8acc5.tar.bz2
.config/dunst/dunstrc: Adjust geometry, frame, separator, and background
Diffstat (limited to '.config')
-rw-r--r--.config/dunst/dunstrc10
1 files changed, 5 insertions, 5 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc
index e45bcad..dc17065 100644
--- a/.config/dunst/dunstrc
+++ b/.config/dunst/dunstrc
@@ -29,7 +29,7 @@
# the top and down respectively.
# 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 = "300x5-30+20"
+ geometry = "300x5-20+44"
# Show how many messages are currently hidden (because of geometry).
indicate_hidden = yes
@@ -51,7 +51,7 @@
# Draw a line of "separator_height" pixel height between two
# notifications.
# Set to 0 to disable.
- separator_height = 2
+ separator_height = 1
# Padding between text and separator.
padding = 8
@@ -61,10 +61,10 @@
# Defines width in pixels of frame around the notification window.
# Set to 0 to disable.
- frame_width = 3
+ frame_width = 1
# Defines color of the frame around the notification window.
- frame_color = "#aaaaaa"
+ frame_color = "#ffffff"
# Define a color for the separator.
# possible values are:
@@ -299,7 +299,7 @@
#icon = /path/to/icon
[urgency_normal]
- background = "#285577"
+ background = "#2457b8"
foreground = "#ffffff"
timeout = 10
# Icon for notifications with normal urgency, uncomment to enable