-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgoCarousel_sample.json
More file actions
107 lines (107 loc) · 2.6 KB
/
Copy pathgoCarousel_sample.json
File metadata and controls
107 lines (107 loc) · 2.6 KB
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"default_dir": "/home/lordofscripts/Pictures/Wallpapers",
"default_wallpaper": "/usr/share/desktop-base/emerald-theme/wallpaper/contents/images/1920x1080.svg",
"options": {
"notify": false,
"assume_session": "gnome"
},
"categories": {
"Aviation": {
"protected": false,
"directory": "/home/lordofscripts/Pictures/Wallpapers/Aviation"
},
"Anime": {
"protected": true,
"key_name": "MMC_Card",
"directory": "/home/lordofscripts/Pictures/Wallpapers/Anime"
},
"Misc": {
"protected": false,
"directory": "/home/lordofscripts/Pictures/Wallpapers/Misc"
},
"Nature": {
"protected": false,
"directory": "/home/lordofscripts/Pictures/Wallpapers/Nature"
},
"Personal": {
"protected": true,
"key_name": "MMC_Card",
"directory": "/home/lordofscripts/Pictures/Wallpapers/Personal"
}
},
"carousels": {
"Private": [
"Anime",
"Personal"
],
"Public": [
"Aviation",
"Misc",
"Nature"
]
},
"key_devices": {
"MMC_Card": "058f:6335 E0FD-1813 5844bef71c16299cc5d73334153544be",
"USB-Maxell": "058f:6387 MAXELL_RED 5844bef71c16299cc5d73334153544be"
},
"angel": {
"first_action": {
"action": "ActChosenCarousel",
"argument": "Public"
},
"last_action": {
"action": "ActDefaultWallpaper",
"argument": ""
}
},
"schedules": [
{
"title": "Public Carousel workhour",
"action": "ActChosenCarousel",
"argument": "Public",
"cron_tab": "*/10 * * * 0,6"
},
{
"title": "Public Carousel afterhour",
"action": "ActChosenCarousel",
"argument": "Public",
"cron_tab": "*/10 15-23 * * 1-5"
},
{
"title": "Revert to default",
"action": "ActDefaultWallpaper",
"argument": "",
"cron_tab": "56 11 * * 1-5"
},
{
"title": "Lock Prior",
"action": "ActLockCarousel",
"argument": "",
"cron_tab": "59 11 * * 1-5"
},
{
"title": "Unlock After",
"action": "ActUnlockCarousel",
"argument": "",
"cron_tab": "00 13 * * 1-5"
},
{
"title": "Anime Time",
"action": "ActChosenCategory",
"argument": "Anime",
"cron_tab": "*/10 8-12 * * 1-5"
},
{
"title": "Fun Time",
"action": "ActChosenCarousel",
"argument": "Private",
"cron_tab": "*/10 13-14 * * 1-5"
},
{
"title": "The Woods",
"action": "ActChosenFile",
"argument": "/home/lordofscripts/Pictures/Wallpapers/Nature/enchantedwood-fhd.jpg",
"cron_tab": "* 16 * * 1-5"
}
]
}