waybar: move battery capacity to tooltip, add backlight back
This commit is contained in:
parent
df4d6012af
commit
8dba231b04
|
@ -21,6 +21,7 @@
|
|||
"custom/notification"
|
||||
"clock"
|
||||
"custom/separator"
|
||||
"backlight"
|
||||
"battery"
|
||||
"tray"
|
||||
];
|
||||
|
@ -135,10 +136,10 @@
|
|||
warning = 30;
|
||||
critical = 15;
|
||||
};
|
||||
format = "{icon} {capacity}%";
|
||||
format-charging = " {capacity}%";
|
||||
format = "{icon} ";
|
||||
format-charging = " ";
|
||||
format-plugged = " ";
|
||||
tooltip-format = "{time}";
|
||||
tooltip-format = "{capacity}% {time}";
|
||||
format-icons = [ "" "" "" "" "" "" "" "" "" "" "" ];
|
||||
};
|
||||
"custom/notification" = {
|
||||
|
|
|
@ -73,6 +73,7 @@ tooltip {
|
|||
#window,
|
||||
#mpris,
|
||||
#pulseaudio,
|
||||
#backlight,
|
||||
#battery,
|
||||
#clock,
|
||||
#custom-notification,
|
||||
|
@ -114,6 +115,7 @@ tooltip {
|
|||
#clock {
|
||||
color: @blue;
|
||||
}
|
||||
#backlight,
|
||||
#battery {
|
||||
color: @lavender;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue