aboutsummaryrefslogtreecommitdiff
path: root/deadd/deadd.conf
blob: 9088d2297e9330fc6f09f3868278a8d128318606 (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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
[notification-center]

# matched gaps 5 and i3bar
marginTop = 5
marginBottom = 29
marginRight = 5


width = 500
monitor = 0
followMouse = false


# startupCommand = "deadd-notification-center-startup"

newFirst = true

timeTextSize = 32px

ignoreTransient = false

useMarkup = true
parseHtmlEntities = true

configSendNotiClosedDbusMessage = false

guessIconFromAppname = true

[notification-center-notification-popup]

# in ms
notiDefaultTimeout = 10000

distanceTop = 50
distanceRight = 50
distanceBetween = 20

width = 300
monitor = 0
followMouse = false
iconSize = 20
titleTextSize = 16px
appNameTextSize = 12px
timeTextSize = 12px
maxImageSize = 100

dismissButton = mouse1
defaultActionButton = mouse3

[colors]

background = rgba(29, 27, 20, 0.6)
notiBackground = rgba(9, 0, 0, 0.5)
notiColor = #fef3f6

critical = rgba(255, 0, 50, 0.5)
criticalColor = #FFF
criticalInCenter = rgba(155, 0, 20, 0.5)
criticalInCenterColor = #FFF

labelColor = #eae2e0

buttonColor = #eae2e0
buttonHover = rgba(0, 20, 20, 0.2)
buttonHoverColor = #fee
buttonBackground = transparent

[buttons]

labels=
commands=

buttonsPerRow = 5
buttonHeight = 60

buttonMargin = 2
buttonColor = #fee
buttonBackground = rgba(255, 255, 255, 0.15)
buttonHover = rgba(0, 20, 20, 0.2)
buttonHoverColor = #fee
buttonTextSize = 12px;
buttonState1 = rgba(255,255,255,0.5)
buttonState1Color = #fff
buttonState1Hover = rgba(0, 20, 20, 0.4)
buttonState1HoverColor = #fee
buttonState2 = rgba(255,255,255,0.3)
buttonState2Color = #fff
buttonState2Hover = rgba(0, 20, 20, 0.3)
buttonState2HoverColor = #fee