You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The *power-profiles-daemon* module displays the active power-profiles-daemon profile and cycle through the available profiles on click.
10
+
11
+
# FILES
12
+
13
+
$XDG_CONFIG_HOME/waybar/config
14
+
15
+
# CONFIGURATION
16
+
17
+
18
+
[- *Option*
19
+
:- *Typeof*
20
+
:- *Default*
21
+
:= *Description*
22
+
|[*format*
23
+
:[ string
24
+
:[ "{icon}"
25
+
:[ Message displayed on the bar. {icon} and {profile} are respectively substituted with the icon representing the active profile and its full name.
26
+
|[*tooltip-format*
27
+
:[ string
28
+
:[ "Power profile: {profile}\\nDriver: {driver}"
29
+
:[ Messaged displayed in the module tooltip. {icon} and {profile} are respectively substituted with the icon representing the active profile and its full name.
30
+
:[*tooltip*
31
+
:[ bool
32
+
:[ true
33
+
:[ Display the tooltip.
34
+
|[*format-icons*
35
+
:[ object
36
+
:[ See default value in the example below.
37
+
:[ 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.
0 commit comments