-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnotifierrc
25 lines (24 loc) · 892 Bytes
/
notifierrc
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
# Attributes: width, height, background-color, font, font-color, font-size, coords
#
# width: defines the width of the window, excepts an integer
#
# height: defines the height of the window, excepts an integer
#
# background-color: defines the background color of the window, the color is given as a html-hexcode
#
# font: defines the font of the text
#
# font-color: defines the font color, the color is given as a html-hexcode
#
# font-size: defines the size of the font, given as an integer
#
# coords: defines the spawn coordinates of the window
# can either be two integers seperated by a space or one of the following terms:
# top-left, top-right, bottom-left, bottom-right
width=400
height=150
background-color=000
font=Arial
font-size=12
font-color=fff
coords=950 20