-
Notifications
You must be signed in to change notification settings - Fork 0
Battery
laiso edited this page Feb 22, 2024
·
1 revision
- Type : internal
- Description : Shows the battery level in percentage and an icon that changes depending on the status.
-
How to modify :
- To determine the battery and adapter names, use the
upower -ecommand in your terminal.
It will return a list of power devices, including batteries and adapters. In my case:Replace the/org/freedesktop/UPower/devices/battery_BAT0 /org/freedesktop/UPower/devices/line_power_ADP0 /org/freedesktop/UPower/devices/DisplayDevicebatteryandadapterparameters in the configuration file with the names of your battery and adapter, respectivelybattery = BAT0 adapter = ADP0
- If you want to change the order of the icon and the percentage, replace the following line:
with
format-charging = <animation-charging> <label-charging>format-charging = <label-charging> <animation-charging>
- To determine the battery and adapter names, use the
- ๐ Home
- ๐ Intro
- โ๏ธ Installation
- Modules
- ๐ Battery
- ๐ Date
- ๐ Network
- โฏ๏ธ Player Control
- ๐ถ Song info
- ๐ Power Management
- ๐ PulseAudio
- Contributing
- About