Skip to content

Commit

Permalink
support MATE Sensors Applet
Browse files Browse the repository at this point in the history
  • Loading branch information
varlesh authored and pull[bot] committed May 28, 2020
1 parent a4def75 commit 3843272
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions data/database/mate-sensors-applet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"name": "MATE Sensors Applet",
"app_path": [
"/usr/lib/mate-sensors-applet/"
],
"icons_path": [
"/usr/share/pixmaps/mate-sensors-applet/"
],
"icons": {
"very-low-temp-icon": {
"original": "very-low-temp-icon.png",
"theme": "very-low-temp-icon"
},
"low-temp-icon": {
"original": "low-temp-icon.png",
"theme": "low-temp-icon"
},
"normal-temp-icon": {
"original": "normal-temp-icon.png",
"theme": "normal-temp-icon"
},
"high-temp-icon": {
"original": "high-temp-icon.png",
"theme": "high-temp-icon"
},
"very-high-temp-icon": {
"original": "very-high-temp-icon.png",
"theme": "very-high-temp-icon"
}
}
}

0 comments on commit 3843272

Please sign in to comment.