-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathconfig.xml
27 lines (24 loc) · 853 Bytes
/
config.xml
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
<!-- Use this file to configure your Google-Login-Information and the Conky styling -->
<configuration>
<login>
<!-- use your Google username or mail-address -->
<username>Your Email</username>
<password>Your Password</password>
</login>
<!-- Filter which notes should be shown -->
<filter>
<allow>To-do</allow>
<!--
Examples:
<removeall>no</removeall>
Yes: Dont show any notes by default, filter by <allow*> tags
No (Default): Show all notes by default, filter by <remove*> tags
<removeid>14dc8e4cc1c.931b151e195ac3f6</removeid>
<removetitle>Passwords</removetitle>
<allowid>14dc8e4cc1c.931b151e195ac3f6</allowid>
<allowtitle>Not Passwords</allowtitle>
-->
<removeall>yes</removeall>
<allowtitle>To-do</allowtitle>
</filter>
</configuration>