summaryrefslogtreecommitdiff
path: root/.config/dunst/dunstrc
diff options
context:
space:
mode:
authorsilly <u65487754@gmail.com>2026-03-31 02:50:03 +0200
committerGitHub <noreply@github.com>2026-03-31 02:50:03 +0200
commitb48186c4e6e06f3eca1813a82a87a5c1011dcf78 (patch)
tree70552a5cdd47b93dede210a92288194b85bd7080 /.config/dunst/dunstrc
parent5d2dd60f2f5b43a98f3e3655b7e18b1215c77dc3 (diff)
Update dunstrc
Diffstat (limited to '.config/dunst/dunstrc')
-rw-r--r--.config/dunst/dunstrc43
1 files changed, 16 insertions, 27 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc
index 39173ae..19761e1 100644
--- a/.config/dunst/dunstrc
+++ b/.config/dunst/dunstrc
@@ -1,45 +1,34 @@
[global]
origin = top-right
offset = (15, 15)
- width = 250
- height = (0, 75)
monitor = 1
follow = none
+ width = 250
+ height = (0, 75)
frame_width = 2
- frame_color = "#c0c0c0"
+ frame_color = "#ffffff"
+ corner_radius = 0
+ background = "#000000"
+ foreground = "#ffffff"
separator_color = frame
separator_height = 2
padding = 15
horizontal_padding = 20
- transparency = 5
- corner_radius = 0
icon_position = left
max_icon_size = 32
markup = full
format = "<span foreground='#ffffff'><b>%s</b></span>\n%b"
alignment = left
word_wrap = yes
- ellipsize = middle
- sort = yes
- stack_duplicates = true
- hide_duplicate_count = false
- show_indicators = yes
- sticky_history = yes
- history_length = 20
- idle_threshold = 120
-
-[urgency_low]
- background = "#0f1212"
- foreground = "#f0e0e0"
- timeout = 10
-
-[urgency_normal]
- background = "#0f1212"
- foreground = "#f0e0e0"
- timeout = 10
+ sort = no
+ stack_duplicates = false
+ notification_limit = 1
+ indicate_hidden = yes
+ overlap_hide = no
+ override_dbus_timeout = 3
[urgency_critical]
- background = "#d64e4e"
- foreground = "#f0e0e0"
- frame_color = "#d64e4e"
- timeout = 0
+ background = "#ff0000"
+ foreground = "#ffffff"
+ frame_color = "#ffffff"
+ override_dbus_timeout = 5