Man page - waybar-power-profiles-daemon(5)

Packages contains this manual

Manual

waybar-power-profiles-daemon

NAME
DESCRIPTION
FILES
CONFIGURATION
CONFIGURATION EXAMPLES

NAME

waybar - power-profiles-daemon module

DESCRIPTION

The power-profiles-daemon module displays the active power-profiles-daemon profile and cycle through the available profiles on click.

FILES

$XDG_CONFIG_HOME/waybar/config

CONFIGURATION

Image grohtml-4160203-1.png

CONFIGURATION EXAMPLES

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": ""
}
}