blob: 4f2105fb3125da2ec8ee48af35237dd9f33924d3 (
plain) (
blame)
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
|
# -*- conf -*-
# For documentation on these options, see `man fnott.ini`
# Global values
# output=<undefined>#
# min-width=0
# max-width=0
# max-height=0
stacking-order=top-down
# anchor=top-right
# edge-margin-vertical=10
# edge-margin-horizontal=10
# notification-margin=10
# icon-theme=hicolor
# max-icon-size=32
# selection-helper=dmenu
# selection-helper-uses-null-separator=no
# play-sound=aplay ${filename}
# Default values, may be overridden in 'urgency' specific sections
# layer=top
background=000000CC
border-color=33ffccff
# border-radius=0
border-size=2
# padding-vertical=20
# padding-horizontal=20
# dpi-aware=no
# title-font=sans serif
# title-color=ffffffff
title-format=
summary-font=GoMono Nerd Font Mono:style=Bold:size=10
# summary-color=ffffffff
summary-format=<b>%s</b>\n
body-font=GoMono Nerd Font Mono:size=10
# body-color=ffffffff
# body-format=%b
# progress-bar-height=20
# progress-color=ffffffff
# progress-style=bar
# sound-file=
# icon=
# Timeout values are in seconds. 0 to disable
# max-timeout=0
default-timeout=5
# idle-timeout=0
# [low]
# background=2b2b2bff
# title-color=888888ff
# summary-color=888888ff
# body-color=888888ff
# [normal]
# [critical]
# background=6c3333ff
|