summaryrefslogtreecommitdiff
path: root/.config/dunst/dunstrc
diff options
context:
space:
mode:
authorJack Jamison <jackqjamison@gmail.com>2026-01-13 22:15:53 -0500
committerJack Jamison <jackqjamison@gmail.com>2026-01-13 22:15:53 -0500
commit05fb99140b5541c3f3e3648fa1c8170e229118cd (patch)
tree2ff28c4cd8b5ab8a53451bf1df64a49f66687485 /.config/dunst/dunstrc
parent53b5c6f41f9139c67eb347b5f7b9c35477ab6650 (diff)
changes
Diffstat (limited to '.config/dunst/dunstrc')
-rw-r--r--.config/dunst/dunstrc28
1 files changed, 15 insertions, 13 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc
index eb46e1c..10cd563 100644
--- a/.config/dunst/dunstrc
+++ b/.config/dunst/dunstrc
@@ -17,7 +17,7 @@
#
# If this option is set to mouse or keyboard, the monitor option
# will be ignored.
- follow = none
+ follow = mouse
### Geometry ###
@@ -33,7 +33,8 @@
origin = top-right
# Offset from the origin
- offset = 35x35
+ # offset = 20x20
+ offset = 0x0
# Scale factor. It is auto-detected if value is 0.
scale = 0
@@ -68,7 +69,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 = 10
+ transparency = 100
# Draw a line of "separator_height" pixel height between two
# notifications.
@@ -87,10 +88,11 @@
# Defines width in pixels of frame around the notification window.
# Set to 0 to disable.
- frame_width = 2
+ frame_width = 0
# Defines color of the frame around the notification window.
- frame_color = "#FFFFFF"
+ # frame_color = "#00cc88"
+ frame_color = "#191724"
# Size of gap to display between notifications - requires a compositor.
# If value is greater than 0, separator_height will be ignored and a border
@@ -114,11 +116,11 @@
# Set to 0 to disable.
# A client can set the 'transient' hint to bypass this. See the rules
# section for how to disable this if necessary
- idle_threshold = 120
+ idle_threshold = 30
### Text ###
- font = DejaVu Sans Mono 9.7
+ font = DejaVu Sans Mono 10.6
# The spacing between lines. If the height is smaller than the
# font height, it will get raised to the font height.
@@ -226,7 +228,7 @@
### Misc/Advanced ###
# dmenu path.
- dmenu = /usr/bin/dmenu -p dunst:
+ dmenu = /usr/bin/swenu -p dunst:
# Browser for opening urls in context menu.
browser = /usr/bin/xdg-open
@@ -245,7 +247,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 = 4
+ corner_radius = 0
# Ignore the dbus closeNotification message.
# Useful to enforce the timeout set by dunst configuration. Without this
@@ -457,15 +459,15 @@
[urgency_low]
# IMPORTANT: colors have to be defined in quotation marks.
# Otherwise the "#" and following would be interpreted as a comment.
- background = "#0D1B2A80"
- foreground = "#ffffff"
+ background = "#191724"
+ foreground = "#e0def4"
timeout = 10
# Icon for notifications with low urgency, uncomment to enable
#icon = /path/to/icon
[urgency_normal]
- background = "#0D1B2A80"
- foreground = "#ffffff"
+ background = "#191724"
+ foreground = "#e0def4"
timeout = 10
# Icon for notifications with normal urgency, uncomment to enable
#icon = /path/to/icon