diff options
author | tsxv478 <vt0451@yandex.ru> | 2023-03-06 02:01:43 +0300 |
---|---|---|
committer | tsxv478 <vt0451@yandex.ru> | 2023-03-06 02:01:43 +0300 |
commit | a5252479dd0a739c10656be6aed5aa17300bea77 (patch) | |
tree | 33ce74ca356c96d901ac5c275b9a25ad55c1547b | |
parent | d8fc06c4ed36a3d5a544b7273e4f3c408d91a3c1 (diff) |
dunst
-rw-r--r-- | dunst/dunstrc | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/dunst/dunstrc b/dunst/dunstrc new file mode 100644 index 0000000..5c3164d --- /dev/null +++ b/dunst/dunstrc @@ -0,0 +1,37 @@ +# vim: filetype=cfg + +[global] + width = 300 + height = 300 + origin = top-right + offset = 0x0 + frame_width = 3 + frame_color = "#00aa55" + corner_radius = 15 + gap_size = 10 + idle_threshold = 120 + font = monospace 9 + format = "<b>%s</b>\n%b" + alignment = center + vertical_alignment = center + show_indicators = no + default_icon = ~/.local/share/icons/bell.png + icon_position = left + min_icon_size = 32 + max_icon_size = 48 + +[urgency_low] + background = "#222222" + foreground = "#ffffff" + timeout = 10 + +[urgency_normal] + background = "#222222" + foreground = "#ffffff" + timeout = 10 + +[urgency_critical] + background = "#222222" + foreground = "#ffffff" + frame_color = "#aa2222" + timeout = 0 |