Skip to content

Commit

Permalink
dunst: Edited colors, radius and border
Browse files Browse the repository at this point in the history
  • Loading branch information
eminboydak committed Mar 5, 2024
1 parent 62e281e commit f4b803f
Showing 1 changed file with 15 additions and 16 deletions.
31 changes: 15 additions & 16 deletions dunst/.config/dunst/dunstrc
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
# The transparency of the window. Range: [0; 100].
# This option will only work if a compositing window manager is
# present (e.g. xcompmgr, compiz, etc.). (X11 only)
transparency = 15
transparency = 10

# Draw a line of "separator_height" pixel height between two
# notifications.
Expand All @@ -86,18 +86,18 @@

# Defines width in pixels of frame around the notification window.
# Set to 0 to disable.
frame_width = 1
frame_width = 3

# Defines color of the frame around the notification window.
frame_color = "#a6e3a1"
frame_color = "#89B4FA"

# Define a color for the separator.
# possible values are:
# * auto: dunst tries to find a color fitting to the background;
# * foreground: use the same color as the foreground;
# * frame: use the same color as the frame;
# * anything else will be interpreted as a X color.
separator_color = auto
separator_color = frame

# Sort messages by urgency.
sort = yes
Expand Down Expand Up @@ -229,7 +229,7 @@
# corners.
# The radius will be automatically lowered if it exceeds half of the
# notification height to avoid clipping text and/or icons.
corner_radius = 7
corner_radius = 0

# Ignore the dbus closeNotification message.
# Useful to enforce the timeout set by dunst configuration. Without this
Expand Down Expand Up @@ -292,24 +292,23 @@
[urgency_low]
# IMPORTANT: colors have to be defined in quotation marks.
# Otherwise the "#" and following would be interpreted as a comment.
background = "#1e1e2e"
foreground = "#cdd6f4"
frame_color = "#89dceb"
background = "#1E1E2E"
foreground = "#CDD6F4"
timeout = 5
# Icon for notifications with low urgency, uncomment to enable
# icon = /usr/share/icons/Arc-X-D/status/16/dialog-information.png

[urgency_normal]
background = "#1e1e2e"
foreground = "#cdd6f4"
background = "#1E1E2E"
foreground = "#CDD6F4"
timeout = 5
# Icon for notifications with normal urgency, uncomment to enable
# icon = /usr/share/icons/Arc-X-D/status/16/dialog-question.png

[urgency_critical]
background = "#1e1e2e"
foreground = "#cdd6f4"
frame_color = "#f38ba8"
background = "#1E1E2E"
foreground = "#CDD6F4"
frame_color = "#FAB387"
timeout = 20
# Icon for notifications with critical urgency, uncomment to enable
# icon = /usr/share/icons/Arc-X-D/status/16/dialog-warning.png
Expand Down Expand Up @@ -430,8 +429,8 @@
# summary = *twitter.com*
# urgency = normal
#
[stack-volumes]
appname = "some_volume_notifiers"
set_stack_tag = "volume"
#[stack-volumes]
# appname = "some_volume_notifiers"
# set_stack_tag = "volume"
#
# vim: ft=cfg

0 comments on commit f4b803f

Please sign in to comment.