dunstrc @ 031a18772407

More
author Steve Losh <steve@stevelosh.com>
date Fri, 11 Mar 2022 12:36:32 -0500
parents e39d33e4222c
children 09d4b82224fc
[global]
    font = "Monospace 8"
    allow_markup = yes
    format = "<b>%s %p</b>\n%b"
    sort = yes
    indicate_hidden = true
    # geometry = "x5"
    idle_threshold = 60
    geometry = "300x5-15+30"
    alignment = left
    show_age_threshold = 60
    sticky_history = yes
    follow = mouse
    word_wrap = yes
    separator_height = 2
    padding = 10
    horizontal_padding = 10
    separator_color = frame
    startup_notification = true
    # dmenu = "/usr/bin/dmenu -p dunst: -nb #FFFFFF -nf #000000 -sb #94DBFF -sf #000000"
    browser = xdg-open

[shortcuts]
    close_all = ctrl+BackSpace

[frame]
    width = 3
    color = "#000000"

[urgency_low]
    background = "#ffffff"
    foreground = "#000000"
    timeout = 10

[urgency_normal]
    background = "#94DBFF"
    foreground = "#000000"
    timeout = 20

[urgency_critical]
    background = "#ff9999"
    foreground = "#000000"
    timeout = 0