Skip to content

Commit 2a26468

Browse files
committed
feat: Add new app icons for BattGUI
1 parent c2979d4 commit 2a26468

24 files changed

+13
-0
lines changed

.DS_Store

0 Bytes
Binary file not shown.

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ A comprehensive power monitoring solution for macOS featuring:
1010
- ⚡️ CLI tools for low-level power monitoring
1111
- 📊 System load statistics collection
1212

13+
- Initial app icon (This icon is open to creative reinterpretation by anyone.)
14+
![](image/Icon/ChatGPT%20Image%202025年4月20日%2014_47_37.png)
15+
1316
![](image/capture0.png)
1417
![](image/capture1.png)
1518

app/Assets.xcassets/AppIcon.appiconset/Contents.json

+10
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,61 @@
11
{
22
"images" : [
33
{
4+
"filename" : "batt 10.png",
45
"idiom" : "mac",
56
"scale" : "1x",
67
"size" : "16x16"
78
},
89
{
10+
"filename" : "batt 8.png",
911
"idiom" : "mac",
1012
"scale" : "2x",
1113
"size" : "16x16"
1214
},
1315
{
16+
"filename" : "batt 9.png",
1417
"idiom" : "mac",
1518
"scale" : "1x",
1619
"size" : "32x32"
1720
},
1821
{
22+
"filename" : "batt 7.png",
1923
"idiom" : "mac",
2024
"scale" : "2x",
2125
"size" : "32x32"
2226
},
2327
{
28+
"filename" : "batt 6.png",
2429
"idiom" : "mac",
2530
"scale" : "1x",
2631
"size" : "128x128"
2732
},
2833
{
34+
"filename" : "batt 5.png",
2935
"idiom" : "mac",
3036
"scale" : "2x",
3137
"size" : "128x128"
3238
},
3339
{
40+
"filename" : "batt 4.png",
3441
"idiom" : "mac",
3542
"scale" : "1x",
3643
"size" : "256x256"
3744
},
3845
{
46+
"filename" : "batt 3.png",
3947
"idiom" : "mac",
4048
"scale" : "2x",
4149
"size" : "256x256"
4250
},
4351
{
52+
"filename" : "batt 2.png",
4453
"idiom" : "mac",
4554
"scale" : "1x",
4655
"size" : "512x512"
4756
},
4857
{
58+
"filename" : "batt 1.png",
4959
"idiom" : "mac",
5060
"scale" : "2x",
5161
"size" : "512x512"
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

image/.DS_Store

6 KB
Binary file not shown.
Loading

image/Icon/batt 1.png

1.42 MB
Loading

image/Icon/batt 2.png

378 KB
Loading

image/Icon/batt 3.png

92.1 KB
Loading

image/Icon/batt 4.png

22.7 KB
Loading

image/Icon/batt 5.png

6.53 KB
Loading

image/Icon/batt 6.png

2.4 KB
Loading

image/Icon/batt 7.png

1.21 KB
Loading

image/Icon/batt.png

4.01 MB
Loading

0 commit comments

Comments
 (0)