update dunstrc
This commit is contained in:
130
dunstrc
130
dunstrc
@@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
[global]
|
[global]
|
||||||
# Font
|
# Font
|
||||||
font = Roboto 10
|
font = IBM Plex Mono
|
||||||
# Allow a small subset of html markup:
|
# Allow a small subset of html markup:
|
||||||
markup = yes
|
markup = yes
|
||||||
# The format of the message.
|
# The format of the message.
|
||||||
@@ -21,16 +21,12 @@
|
|||||||
indicate_hidden = yes
|
indicate_hidden = yes
|
||||||
# Alignment of message text.
|
# Alignment of message text.
|
||||||
alignment = left
|
alignment = left
|
||||||
# The frequency with wich text that is longer than the notification
|
|
||||||
bounce_freq = 5
|
|
||||||
# Show age of message if message is older than show_age_threshold
|
# Show age of message if message is older than show_age_threshold
|
||||||
show_age_threshold = 60
|
show_age_threshold = 60
|
||||||
# Split notifications into multiple lines if they don't fit
|
# Split notifications into multiple lines if they don't fit
|
||||||
word_wrap = no
|
word_wrap = no
|
||||||
# Ignore newlines '\n' in notifications.
|
# Ignore newlines '\n' in notifications.
|
||||||
ignore_newline = no
|
ignore_newline = no
|
||||||
# The geometry of the window: [{width}]x{height}[+/-{x}+/-{y}]
|
|
||||||
geometry = "0x4-50+50"
|
|
||||||
# Shrink window if it's smaller than the width.
|
# Shrink window if it's smaller than the width.
|
||||||
shrink = yes
|
shrink = yes
|
||||||
# The transparency of the window. Range: [0; 100].
|
# The transparency of the window. Range: [0; 100].
|
||||||
@@ -57,8 +53,6 @@
|
|||||||
horizontal_padding = 10
|
horizontal_padding = 10
|
||||||
# Define a color for the separator.
|
# Define a color for the separator.
|
||||||
separator_color = auto
|
separator_color = auto
|
||||||
# Print a notification on startup.
|
|
||||||
startup_notification = false
|
|
||||||
# dmenu path.
|
# dmenu path.
|
||||||
dmenu = /usr/bin/dmenu -p dunst:
|
dmenu = /usr/bin/dmenu -p dunst:
|
||||||
# Browser for opening urls in context menu.
|
# Browser for opening urls in context menu.
|
||||||
@@ -69,108 +63,30 @@
|
|||||||
icon_path = /usr/share/icons/Adwaita/16x16/status/:/usr/share/icons/Adwaita/16x16/devices/
|
icon_path = /usr/share/icons/Adwaita/16x16/status/:/usr/share/icons/Adwaita/16x16/devices/
|
||||||
# Frame width
|
# Frame width
|
||||||
frame_width = 3
|
frame_width = 3
|
||||||
# Frame color
|
|
||||||
frame_color = "#2aa198"
|
|
||||||
|
|
||||||
[shortcuts]
|
frame_color = "#d5c4a1"
|
||||||
# Close notification.
|
separator_color = "#d5c4a1"
|
||||||
close = mod1+space
|
|
||||||
# Close all notifications.
|
|
||||||
close_all = ctrl+mod1+space
|
|
||||||
# Redisplay last message(s).
|
|
||||||
history = ctrl+mod4+h
|
|
||||||
# Context menu.
|
|
||||||
context = ctrl+mod1+c
|
|
||||||
|
|
||||||
[urgency_low]
|
[base16_low]
|
||||||
background = "#1c5b98"
|
msg_urgency = low
|
||||||
foreground = "#c9c1c7"
|
background = "#3c3836"
|
||||||
timeout = 10
|
foreground = "#665c54"
|
||||||
|
|
||||||
[urgency_normal]
|
[base16_normal]
|
||||||
background = "#1c5b98"
|
msg_urgency = normal
|
||||||
foreground = "#c9c1c7"
|
background = "#504945"
|
||||||
timeout = 10
|
foreground = "#d5c4a1"
|
||||||
|
|
||||||
[urgency_critical]
|
[base16_critical]
|
||||||
background = "#43d5f2"
|
msg_urgency = critical
|
||||||
foreground = "#c9c1c7"
|
background = "#fb4934"
|
||||||
timeout = 0
|
foreground = "#ebdbb2"
|
||||||
|
|
||||||
|
[spotify]
|
||||||
# Every section that isn't one of the above is interpreted as a rules to
|
appname = Spotify*
|
||||||
# override settings for certain messages.
|
format = "<b> Now Playing:</b>\n%s\n%b"
|
||||||
# Messages can be matched by "appname", "summary", "body", "icon", "category",
|
background = "#1d2021"
|
||||||
# "msg_urgency" and you can override the "timeout", "urgency", "foreground",
|
foreground = "#ebdbb2"
|
||||||
# "background", "new_icon" and "format".
|
frame_color = "#1db954"
|
||||||
# Shell-like globbing will get expanded.
|
timeout = 5
|
||||||
#
|
script = spotup
|
||||||
# SCRIPTING
|
|
||||||
# You can specify a script that gets run when the rule matches by
|
|
||||||
# setting the "script" option.
|
|
||||||
# The script will be called as follows:
|
|
||||||
# script appname summary body icon urgency
|
|
||||||
# where urgency can be "LOW", "NORMAL" or "CRITICAL".
|
|
||||||
#
|
|
||||||
# NOTE: if you don't want a notification to be displayed, set the format
|
|
||||||
# to "".
|
|
||||||
# NOTE: It might be helpful to run dunst -print in a terminal in order
|
|
||||||
# to find fitting options for rules.
|
|
||||||
|
|
||||||
#[espeak]
|
|
||||||
# summary = "*"
|
|
||||||
# script = dunst_espeak.sh
|
|
||||||
|
|
||||||
#[script-test]
|
|
||||||
# summary = "*script*"
|
|
||||||
# script = dunst_test.sh
|
|
||||||
|
|
||||||
#[ignore]
|
|
||||||
# # This notification will not be displayed
|
|
||||||
# summary = "foobar"
|
|
||||||
# format = ""
|
|
||||||
|
|
||||||
#[signed_on]
|
|
||||||
# appname = Pidgin
|
|
||||||
# summary = "*signed on*"
|
|
||||||
# urgency = low
|
|
||||||
#
|
|
||||||
#[signed_off]
|
|
||||||
# appname = Pidgin
|
|
||||||
# summary = *signed off*
|
|
||||||
# urgency = low
|
|
||||||
#
|
|
||||||
#[says]
|
|
||||||
# appname = Pidgin
|
|
||||||
# summary = *says*
|
|
||||||
# urgency = critical
|
|
||||||
#
|
|
||||||
#[twitter]
|
|
||||||
# appname = Pidgin
|
|
||||||
# summary = *twitter.com*
|
|
||||||
# urgency = normal
|
|
||||||
#
|
|
||||||
#[Claws Mail]
|
|
||||||
# appname = claws-mail
|
|
||||||
# category = email.arrived
|
|
||||||
# urgency = normal
|
|
||||||
# background = "#2F899E"
|
|
||||||
# foreground = "#FFA247"
|
|
||||||
#
|
|
||||||
#[mute.sh]
|
|
||||||
# appname = mute
|
|
||||||
# category = mute.sound
|
|
||||||
# script = mute.sh
|
|
||||||
#
|
|
||||||
#[JDownloader]
|
|
||||||
# appname = JDownloader
|
|
||||||
# category = JD
|
|
||||||
# background = "#FFA247"
|
|
||||||
# foreground = "#FFFFFF"
|
|
||||||
#
|
|
||||||
#[newsbeuter]
|
|
||||||
# summary = *Feeds*
|
|
||||||
# background = "#A8EB41"
|
|
||||||
# foreground = "#FFFFFF"
|
|
||||||
#
|
|
||||||
# vim: ft=cfg
|
|
||||||
|
|||||||
Reference in New Issue
Block a user