mirror of
https://github.com/serhii-londar/open-source-mac-os-apps.git
synced 2024-11-21 15:10:21 +00:00
* [#637] Add Monitor Bar app to Menu Bar list [#637] Add Monitor Bar app to Menu Bar list * [#637] Add Monitor Bar app to Menu Bar list in JSON [#637] Add Monitor Bar app to Menu Bar list in JSON
This commit is contained in:
parent
a7e548520c
commit
555e2a5560
2 changed files with 15 additions and 0 deletions
|
@ -471,6 +471,7 @@ You can see in which language an app is written. Currently there are following l
|
|||
- [MeetingBar](https://github.com/leits/MeetingBar) - Menu bar app for your calendar meetings ![swift_icon]
|
||||
- [MenuMeters](https://github.com/yujitach/MenuMeters) - CPU, memory, disk, and network monitoring tools for macOS. ![objective_c_icon]
|
||||
- [Menubar Brightness](https://github.com/lucasbento/menubar-brightness) - macOS app to change the screen brightness on the menubar. ![javascript_icon]
|
||||
- [Monitor Bar](https://github.com/tidiemme/monitorbar) - Monitor Bar is a MacOS applicatoin that shows - Battery, Disk, Memory, Cpu, Network Bandwidth, Wifi on menu bar. ![swift_icon]
|
||||
- [Music Bar](https://github.com/musa11971/Music-Bar/) - Music Bar is macOS application that places music controls right in your menu bar. ![swift_icon]
|
||||
- [Night Shift Control](https://github.com/isaiasmatewos/night-shift-control) - Night Shift Control is a simple macOS menubar app for controlling Night Shift. It's aim is to bring features from f.lux which are missing from Night Shift such as disabling Night Shift for certain apps. ![swift_icon]
|
||||
- [Nocturnal](https://github.com/joshjon/nocturnal) - Menu bar app featuring darker than dark dimming, Night Shift fine tuning, and the ability to turn off TouchBar on MacBook Pro. ![swift_icon]
|
||||
|
|
|
@ -4036,6 +4036,20 @@
|
|||
"objective_c"
|
||||
]
|
||||
},
|
||||
{
|
||||
"short_description": "Monitor Bar app supports three modes, compact, normal, extra. It monitors battery, Disk, Memory, CPU, Network bandwidth, Wi-Fi.",
|
||||
"categories": [
|
||||
"menubar"
|
||||
],
|
||||
"repo_url": "https://github.com/tidiemme/monitorbar",
|
||||
"title": "Monitor Bar",
|
||||
"icon_url": "",
|
||||
"screenshots": [],
|
||||
"official_site": "https://github.com/tidiemme/monitorbar",
|
||||
"languages": [
|
||||
"Swift"
|
||||
]
|
||||
},
|
||||
{
|
||||
"short_description": "Night Shift Control is a simple macOS menubar app for controlling Night Shift. It's aim is to bring features from f.lux which are missing from Night Shift such as disabling Night Shift for certain apps. ",
|
||||
"categories": [
|
||||
|
|
Loading…
Reference in a new issue