forked from bilelmoussaoui/Hardcode-Tray
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathyum-extender-dnf.json
More file actions
38 lines (38 loc) · 986 Bytes
/
Copy pathyum-extender-dnf.json
File metadata and controls
38 lines (38 loc) · 986 Bytes
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
{
"name": "Yum Extender",
"app_path": [
"/usr/share/pixmaps/yumex/",
"/usr/share/yumex-dnf/gfx/"
],
"icons_path": [
"/usr/share/pixmaps/yumex/",
"/usr/share/yumex-dnf/gfx/"
],
"is_qt": false,
"is_script": false,
"backup_ignore": false,
"force_create_folder": false,
"exec_path_script": false,
"icons": {
"error": {
"original": "tray-error.png",
"theme": "yum-indicator-error"
},
"info": {
"original": "tray-info.png",
"theme": "yum-indicator-info"
},
"no-updates": {
"original": "tray-no-updates.png",
"theme": "yum-indicator-no-updates"
},
"updates": {
"original": "tray-updates.png",
"theme": "yum-indicator-updates"
},
"working": {
"original": "tray-working.png",
"theme": "yum-indicator-working"
}
}
}