summaryrefslogtreecommitdiff
path: root/.config/wal/templates/dunstrc
blob: 2bcddd49de79e5a37bd6b6b887944c0911ffe8b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# New Start: A modern Arch workflow built with an emphasis on functionality.
# Copyright (C) 2018 Donovan Glover

# NOTE: This file is automatically generated by pywal. Do not edit it by hand.

[global]
    # Make the width 3740 (3840 - 100), have 50 left margin and 95 above
    # geometry = "3740x5-50+95"
    offset = 3x20

    # Show multiple notifications in the same box
    separator_height = 0

    # Add vertical padding to the inside of the notification
    padding = 8 

    # Add horizontal padding for when the text gets long enough
    horizontal_padding = 8

    # The frame color and width of the notification
    frame_color = "{color6}"
    frame_width = 2

    # How long a user needs to be idle for sticky notifications
    idle_threshold = 120

    # Font and typography settings
    font = Hack Nerd Font 10 
    alignment = left
    word_wrap = yes

    # Format for how notifications will be displayed
    # Usage: `notify-send 'Title' 'Summary'`
    format = "<b>%s</b>\n%b"

    # Allow some HTML tags like <i> and <u> in notifications
    markup = full
    max_icon_size = 120
    transparency = 5

# These are the keybindings used to control dunst notifications
[shortcuts]
    close = ctrl+space
    close_all = ctrl+shift+space
    history = ctrl+grave

# Set the background and foreground (text) color for all notifications
[urgency_low]
    background = "{background}"
    foreground = "{foreground}"

[urgency_normal]
    background = "{background}"
    foreground = "{foreground}"

[urgency_critical]
    background = "{background}"
    foreground = "{foreground}"

# vim:ft=cfg