Skip to content

Commit

Permalink
Update system info extension's battery command icon
Browse files Browse the repository at this point in the history
  • Loading branch information
HuakunShen committed Sep 11, 2024
1 parent 8702e00 commit 9665185
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions extensions/system-info/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.kunkun.sh",
"name": "system-info",
"version": "0.0.2",
"version": "0.0.3",
"type": "module",
"kunkun": {
"name": "System Info",
Expand Down Expand Up @@ -36,7 +36,11 @@
{
"name": "Battery Info",
"main": "dist/index.js",
"cmds": []
"cmds": [],
"icon": {
"type": "iconify",
"value": "fluent-emoji-flat:battery"
}
}
]
},
Expand Down

0 comments on commit 9665185

Please sign in to comment.