-
-
Notifications
You must be signed in to change notification settings - Fork 707
Module: PowerProfilesDaemon
Elis Eriksson edited this page Jun 21, 2024
·
3 revisions
The power-profiles-daemon
module displays the active power-profiles-daemon profile and cycles through the available profiles on click.
option | typeof | default | description |
---|---|---|---|
format | string | {icon} | Message displayed on the bar. {icon} and {profile} are respectively substituted with the icon representing the active profile and its full name. |
tooltip-format | string | Power profile: {profile}\nDriver: {driver} | Messaged displayed in the module tooltip. {icon} and {profile} are respectively substituted with the icon representing the active profile and its full name. |
tooltip | bool | true | Display the tooltip. |
format-icons | object | See default value in the example below. | Icons used to represent the various power-profile. Note: the default configuration uses the font-awesome icons. You may want to override it if you don't have this font installed on your system. |
The following format replacements can be used to customize the message displayed on the bar and in the tooltip.
string | replacement |
---|---|
profile | Active profile full name |
icon | Fontawesome icon representing the active profile |
Compact display (default config):
"power-profiles-daemon": {
"format": "{icon}",
"tooltip-format": "Power profile: {profile}\nDriver: {driver}",
"tooltip": true,
"format-icons": {
"default": "",
"performance": "",
"balanced": "",
"power-saver": ""
}
}
Display the full profile name:
"power-profiles-daemon": {
"format": "{icon} {profile}",
"tooltip-format": "Power profile: {profile}\nDriver: {driver}",
"tooltip": true,
"format-icons": {
"default": "",
"performance": "",
"balanced": "",
"power-saver": ""
}
}
- Home
- Installation
- Configuration
- Styling
- Examples
- FAQ
- Modules:
- Backlight/Slider
- Backlight
- Battery
- Bluetooth
- CPU
- Cava
- Clock
- Custom
- DWL
- Disk
- Gamemode
- Group
- Hyprland
- Idle Inhibitor
- Image
- JACK
- Keyboard State
- Language
- Load
- MPD
- MPRIS
- Memory
- Network
- Niri
- Power Profiles Daemon
- Privacy
- PulseAudio/Slider
- PulseAudio
- River
- Sndio
- Sway
- Systemd failed units
- Taskbar
- Temperature
- Tray
- UPower
- User
- WirePlumber
- Workspaces
- Writing Modules