inital commit
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"id": "update-count",
|
||||
"name": "Update Count",
|
||||
"version": "1.0.5",
|
||||
"minNoctaliaVersion": "3.6.0",
|
||||
"author": "BukoMoon",
|
||||
"license": "GPLv3",
|
||||
"repository": "https://github.com/noctalia-dev/noctalia-plugins",
|
||||
"description": "Checks for system updates and shows the update count. Click to run update command in a terminal.",
|
||||
"entryPoints": {
|
||||
"main": "Main.qml",
|
||||
"barWidget": "BarWidget.qml",
|
||||
"settings": "Settings.qml"
|
||||
},
|
||||
"dependencies": {
|
||||
"plugins": []
|
||||
},
|
||||
"metadata": {
|
||||
"defaultSettings": {
|
||||
"updateIntervalMinutes": 30,
|
||||
"updateTerminalCommand": "foot -e",
|
||||
"currentIconName": "world-download",
|
||||
"hideOnZero": false
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user