This commit is contained in:
Serhiy Mytrovtsiy
2022-04-03 11:22:30 +02:00
parent 63c35a2e01
commit e5e4533b5a
3 changed files with 14 additions and 12 deletions

View File

@@ -17,15 +17,6 @@ To install it using Homebrew, open the Terminal app and type:
```bash
brew install --cask stats
```
## FAQs
### How do you change the order of the menu bar icons?
macOS decides the order of the menu bar items not `Stats` - it may change after the first reboot after installing Stats.
To change the order of any menu bar icon - macOS Mojave (version 10.14) and up.
1. Hold down ⌘ (command key)
2. Drag the icon to the desired position on the menu bar.
3. Release ⌘ (command key)
## Requirements
Stats is currently supported on macOS 10.13 (High Sierra) and higher.
@@ -43,6 +34,17 @@ Stats is an application that allows you to monitor your macOS system.
- Network usage
- Sensors information (Temperature/Voltage/Power)
## FAQs
### How do you change the order of the menu bar icons?
macOS decides the order of the menu bar items not `Stats` - it may change after the first reboot after installing Stats.
To change the order of any menu bar icon - macOS Mojave (version 10.14) and up.
1. Hold down ⌘ (command key).
2. Drag the icon to the desired position on the menu bar.
3. Release ⌘ (command key)
## Supported languages
- English
- Polski

View File

@@ -1885,7 +1885,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.13;
MARKETING_VERSION = 2.7.10;
MARKETING_VERSION = 2.7.11;
OTHER_LDFLAGS = "";
PRODUCT_BUNDLE_IDENTIFIER = eu.exelban.Stats;
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -1918,7 +1918,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.13;
MARKETING_VERSION = 2.7.10;
MARKETING_VERSION = 2.7.11;
OTHER_LDFLAGS = "";
PRODUCT_BUNDLE_IDENTIFIER = eu.exelban.Stats;
PRODUCT_NAME = "$(TARGET_NAME)";

View File

@@ -17,7 +17,7 @@
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>353</string>
<string>354</string>
<key>Description</key>
<string>Simple macOS system monitor in your menu bar</string>
<key>LSApplicationCategoryType</key>