Files
nix-config/.config/dunst/dunstrc
2020-07-02 01:11:32 -04:00

57 lines
1.0 KiB
Plaintext

[global]
monitor = 0
follow = mouse
geometry = "250x50-24+24"
indicate_hidden = yes
shrink = no
separator_height = 4
separator_color = "#cccccc"
padding = 16
horizontal_padding = 24
transparency = 20
frame_width = 4
sort = no
idle_threshold = 0
font = Fira Code 12
line_height = 4
markup = full
format = "<b>%s</b>\n%b"
alignment = left
show_age_threshold = 60
word_wrap = yes
ignore_newline = no
stack_duplicates = false
hide_duplicate_count = yes
show_indicators = yes
icon_position = off
sticky_history = yes
history_length = 20
browser = firefox -new-tab
always_run_script = true
title = Dunst
class = Dunst
[shortcuts]
close = ctrl+space
close_all = ctrl+shift+space
history = ctrl+shift+grave
context = ctrl+shift+period
[urgency_low]
background = "#000000"
foreground = "#ffffff"
frame_color = "#add8e6"
timeout = 3
[urgency_normal]
background = "#000000"
foreground = "#ffffff"
frame_color = "#98FB98"
timeout = 0
[urgency_critical]
background = "#000000"
foreground = "#ffffff"
frame_color = "#c61616"
timeout = 0