feat(taskbar/battery-plugin): add power bar
Enable the power bar to get a quick overview of the remaining battery. As the bar is not a 'perfect theme fit' (imo) there is an option to disable it (default: enabled) as well as some QoL options to change the critical and warning state as well as some display colors
This commit is contained in:
parent
6a2c79d6a3
commit
49037f4576
2 changed files with 60 additions and 19 deletions
|
|
@ -1,19 +0,0 @@
|
|||
display_label=false
|
||||
display_icon=true
|
||||
display_power=false
|
||||
display_percentage=false
|
||||
display_bar=false
|
||||
display_time=false
|
||||
tooltip_display_percentage=true
|
||||
tooltip_display_time=false
|
||||
low_percentage=30
|
||||
critical_percentage=20
|
||||
action_on_low=1
|
||||
action_on_critical=1
|
||||
hide_when_full=0
|
||||
colorA=rgb(119,118,123)
|
||||
colorH=rgb(143,240,164)
|
||||
colorL=rgb(248,228,92)
|
||||
colorC=rgb(237,51,59)
|
||||
command_on_low=
|
||||
command_on_critical=
|
||||
Loading…
Add table
Add a link
Reference in a new issue