mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 00:04:15 +09:00
feat: added a new additional information option to the battery widget - Percentage inside the icon (#1034)
This commit is contained in:
@@ -81,6 +81,8 @@ public let SpeedPictogram: [KeyValue_t] = [
|
||||
public let BatteryAdditionals: [KeyValue_t] = [
|
||||
KeyValue_t(key: "none", value: "None"),
|
||||
KeyValue_t(key: "separator", value: "separator"),
|
||||
KeyValue_t(key: "innerPercentage", value: "Percentage inside the icon"),
|
||||
KeyValue_t(key: "separator", value: "separator"),
|
||||
KeyValue_t(key: "percentage", value: "Percentage"),
|
||||
KeyValue_t(key: "time", value: "Time"),
|
||||
KeyValue_t(key: "percentageAndTime", value: "Percentage and time"),
|
||||
|
||||
Reference in New Issue
Block a user