Made battery not do something diff on click.
Fixed kb layout displayer to not show ... by setting min width.
This commit is contained in:
parent
4b0370b15e
commit
894e9610e0
|
|
@ -72,8 +72,9 @@ in {
|
|||
format = "{capacity}% {icon}";
|
||||
format-charging = "{capacity}% ";
|
||||
format-plugged = "{capacity}% ";
|
||||
format-alt = "{time} {icon}";
|
||||
# format-alt = "{time} {icon}";
|
||||
format-icons = [ "" "" "" "" "" ];
|
||||
on-click = "";
|
||||
};
|
||||
tray = {
|
||||
icon-size = 20;
|
||||
|
|
@ -133,5 +134,9 @@ in {
|
|||
background: #ffffff;
|
||||
color: black;
|
||||
}
|
||||
'' + ''
|
||||
#language {
|
||||
min-width: 25px;
|
||||
}
|
||||
'' + "";
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue