dunstrc @ e6e13bf8dad4 default tip

More
author Steve Losh <steve@stevelosh.com>
date Wed, 20 Mar 2024 12:05:34 -0400
parents 96273ff110b3
children (none)
[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"
    gap_size=4
    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
    frame_width = 1
    frame_color = "#000000"
    icon_position = off

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

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

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