extra: waybar: fix up styling a bit
All checks were successful
flake / build (push) Successful in 6m16s
All checks were successful
flake / build (push) Successful in 6m16s
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
parent
8b65739221
commit
c50dbaf1a6
2 changed files with 11 additions and 11 deletions
|
@ -52,16 +52,16 @@ tooltip label {
|
|||
}
|
||||
|
||||
#mode,
|
||||
#battery,
|
||||
#cpu,
|
||||
#memory,
|
||||
#network,
|
||||
#pulseaudio,
|
||||
#idle_inhibitor,
|
||||
#tray,
|
||||
#backlight,
|
||||
#bluetooth {
|
||||
#bluetooth,
|
||||
#wireplumber,
|
||||
#network,
|
||||
#battery,
|
||||
#idle_inhibitor,
|
||||
#language {
|
||||
margin: 0px 6px 0px 10px;
|
||||
min-width: 25px;
|
||||
min-width: 20px;
|
||||
}
|
||||
|
||||
#clock {
|
||||
|
|
|
@ -228,12 +228,12 @@ in {
|
|||
};
|
||||
};
|
||||
bluetooth = {
|
||||
format = "{status} ";
|
||||
format = "{status} ";
|
||||
format-disabled = "";
|
||||
format-no-controller = "";
|
||||
format-connected = "{device_alias} ";
|
||||
format-connected = "{device_alias} ";
|
||||
format-connected-battery =
|
||||
"{device_alias} {device_battery_percentage}% ";
|
||||
"{device_alias} {device_battery_percentage}% ";
|
||||
tooltip-format = ''
|
||||
{controller_alias} {controller_address}
|
||||
|
||||
|
|
Loading…
Reference in a new issue