summaryrefslogtreecommitdiff
path: root/ar/.config/dunst/dunstrc
blob: c046adf7ecd15033dac8ccd9ef3812c2d94a7154 (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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
[global]
  monitor = 0
  follow = keyboard
  width = (350, 600)
  height = (0, 300)
  origin = top-right
  offset = (5,19)
  scale = 0

  progress_bar = true
  progress_bar_height = 10
  progress_bar_frame_width = 1
  progress_bar_min_width = 150
  progress_bar_max_width = 400
  progress_bar_corner_radius = 5

  indicate_hidden = yes
  shrink = no
	separator_height = 5
  separator_color = "#00000000"
  padding = 5
  horizontal_padding = 5
  frame_width = 0
  corner_radius = 0
  sort = yes
  idle_threshold = 120

  font = Monospace 12
  line_height = 0
  markup = full
  format = "<span weight='bold' font='12'>%s</span>\n%b"
  alignment = left
  vertical_alignment = center
  show_age_threshold = 60
  word_wrap = yes
  ellipsize = middle
  ignore_newline = no
  stack_duplicates = true
  hide_duplicate_count = false
  show_indicators = yes
  icon_position = left
  min_icon_size = 50
  max_icon_size = 60
  sticky_history = yes
  history_length = 20
  always_run_script = true
  title = Dunst
  class = Dunst
  ignore_dbusclose = false
  force_xwayland = false
  force_xinerama = false
  mouse_left_click = do_action, close_current
  mouse_middle_click = do_action, close_current
  mouse_right_click = close_all
  transparency = 0

[experimental]
  per_monitor_dpi = false

[urgency_low]
  background = "#1d2021"
  foreground = "#928374"
  frame_color = "#1d2021"
  timeout = 3

[urgency_normal]
  background = "#458588"
  foreground = "#ebdbb2"
  frame_color = "#fabd2f"
  timeout = 5

[urgency_critical]
  background = "#1cc24d"
  foreground = "#ebdbb2"
  frame_color = "#FB4934"
  timeout = 100