feat(wm): add plugged to waybar battery configcat
This commit is contained in:
parent
faa67f8616
commit
db7d4658a6
1 changed files with 5 additions and 0 deletions
|
|
@ -124,11 +124,16 @@
|
||||||
""
|
""
|
||||||
""
|
""
|
||||||
""
|
""
|
||||||
|
""
|
||||||
|
];
|
||||||
|
"plugged" = [
|
||||||
|
""
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
"tooltip-format-charging" = " {time}\n +{power} W\n {health}";
|
"tooltip-format-charging" = " {time}\n +{power} W\n {health}";
|
||||||
"tooltip-format-discharging" = " {time}\n -{power} W\n {health}";
|
"tooltip-format-discharging" = " {time}\n -{power} W\n {health}";
|
||||||
|
"tooltip-format-plugged" = " +{power} W\n {health}";
|
||||||
};
|
};
|
||||||
|
|
||||||
clock = {
|
clock = {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue