-
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 -e
command 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/DisplayDevice
battery
andadapter
parameters 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