.\" Generated by scdoc 1.11.5 .\" Complete documentation for this program is not available as a GNU info page .ie \n(.g .ds Aq \(aq .el .ds Aq ' .nh .ad l .\" Begin generated content: .TH "waybar\-power\-profiles\-daemon" "5" "2026\-08\-31" .PP .SH NAME .PP waybar \- power\-profiles\-daemon module .PP .SH DESCRIPTION .PP The \fBpower\-profiles\-daemon\fR module displays the active power\-profiles\-daemon profile and cycle through the available profiles on click.\& .PP .SH FILES .PP $XDG_CONFIG_HOME/waybar/config .PP .SH CONFIGURATION .PP .PP .TS allbox;c c c cx l l l l l l l l l l l l l l l l l l l l. T{ \fBOption\fR T} T{ \fBTypeof\fR T} T{ \fBDefault\fR T} T{ \fBDescription\fR T} T{ \fBformat\fR T} T{ string T} T{ "{icon}" T} T{ Message displayed on the bar.\& {icon} and {profile} are respectively substituted with the icon representing the active profile and its full name.\& T} T{ \fBtooltip\-format\fR T} T{ string T} T{ "Power profile: {profile}\enDriver: {driver}" T} T{ Messaged displayed in the module tooltip.\& {icon} and {profile} are respectively substituted with the icon representing the active profile and its full name.\& T} T{ \fBtooltip\fR T} T{ bool T} T{ true T} T{ Display the tooltip.\& T} T{ \fBformat\-icons\fR T} T{ object T} T{ See default value in the example below.\& T} T{ Icons used to represent the various power\-profile.\& \fBNote\fR: 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.\& T} T{ \fBexpand\fR: T} T{ bool T} T{ false T} T{ Enables this module to consume all left over space dynamically.\& T} .TE .sp 1 .PP .PP .PP .PP .SH CONFIGURATION EXAMPLES .PP Compact display (default config): .PP .nf .RS 4 "power\-profiles\-daemon": { "format": "{icon}", "tooltip\-format": "Power profile: {profile}nDriver: {driver}", "tooltip": true, "format\-icons": { "default": "", "performance": "", "balanced": "", "power\-saver": "" } } .fi .RE .PP Display the full profile name: .PP .nf .RS 4 "power\-profiles\-daemon": { "format": "{icon} {profile}", "tooltip\-format": "Power profile: {profile}nDriver: {driver}", "tooltip": true, "format\-icons": { "default": "", "performance": "", "balanced": "", "power\-saver": "" } } .fi .RE