Files
Dots/.config/dunst/dunstrc
2026-04-10 01:06:07 +02:00

71 lines
1.9 KiB
Plaintext

[global]
### Anzeige & Geometrie ###
monitor = 1
follow = none
width = 300
height = (0, 300)
origin = top-right
offset = (15, 15)
scale = 0
notification_limit = 5
### Design & Abstände ###
font = Fira Code 11
corner_radius = 12
frame_width = 2
gap_size = 5
padding = 12
horizontal_padding = 12
text_icon_padding = 10
separator_height = 2
separator_color = frame
### Fortschrittsbalken (für Lautstärke/Helligkeit) ###
progress_bar = true
progress_bar_height = 8
progress_bar_frame_width = 0
progress_bar_min_width = 150
progress_bar_max_width = 300
progress_bar_corner_radius = 4
### Text ###
markup = full
format = "<b>%s</b>\n%b"
alignment = left
vertical_alignment = center
show_indicators = no
word_wrap = yes
### Icons ###
enable_recursive_icon_lookup = true
icon_theme = "Papirus-Dark" # Falls du ein anderes Icon-Theme nutzt, hier eintragen
icon_position = left
min_icon_size = 32
max_icon_size = 64
### Wayland / Hyprland ###
layer = top
force_xwayland = false
### FARBEN - WATCH TOWER SUNSET THEME ###
[urgency_low]
# Unwichtige Meldungen (z.B. Spotify Songwechsel)
background = "#191024" # Tiefes Wald-Lila
foreground = "#fce8e1" # Warmes Weiß
frame_color = "#3b1d3d" # Dunkles Magenta (sehr dezent)
timeout = 5
[urgency_normal]
# Normale Meldungen (z.B. Chat-Nachrichten)
background = "#191024"
foreground = "#fce8e1"
frame_color = "#ff7b3b" # Leuchtendes Sonnen-Orange als Rahmen
timeout = 10
[urgency_critical]
# Kritische Meldungen (z.B. Akku fast leer)
background = "#191024"
foreground = "#ffffff" # Reines Weiß für maximalen Kontrast
frame_color = "#e0274a" # Warnendes Pink/Rot aus den Wolken
timeout = 0 # 0 = Bleibt stehen, bis du klickst