Skip to content

Latest commit

 

History

History
66 lines (50 loc) · 2.27 KB

README.md

File metadata and controls

66 lines (50 loc) · 2.27 KB

Battery Indicator Icon

Battery vertical bold Battery vertical plain Battery circle Get it on GNOME Extensions CI
Replace the battery indicator icon with a circle or portrait.

Addtionally, the battery percentage text may be shown next to or inside the icon. The design is inspired by LineageOS.

Moreover, the orientation and horizontal scale of the icon may be adjusted.

Battery horizontal slim Battery horizontal plump

Manual Installation

Requires gnome-shell-extensions and gettext:

make install

OR automatically switch to the last supported release version before install make supported-install.

Development

Debug

Install via $GUEST_SSHCMD on a virtual/remote host $GUEST_SSHADDR for debugging:

GUEST_SSHCMD=ssh GUEST_SSHADDR=guest@vm make debug-guest

Install locally with a large debug icon overlay enabled:

make debug-install

Update Translations

Extract transalable text from sources to template file po/main.pot and update .po files:

make translations

References