1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-28 12:15:28 +02:00
tldr/pages/osx/bclm.md

21 lines
439 B
Markdown
Raw Normal View History

# bclm
> Set a custom charge limit on MacBooks.
2025-06-01 05:32:09 +02:00
> More information: <https://github.com/zackelia/bclm>.
- Set the charge limit to about 80% (for Intel machines, the battery charge level may be slightly lower than the set value):
`sudo bclm write {{77}}`
- Read the current charge limit:
`bclm read`
- Keep the charge limit after rebooting/smc reset:
`sudo bclm persist`
- Remove the persistent charge limit:
`sudo bclm unpersist`