remove hoverpanel title, move actions into applets, add qmllint baseline regen script
This commit is contained in:
parent
c24e18d5da
commit
adb6c21135
26 changed files with 192 additions and 202 deletions
|
|
@ -10,7 +10,6 @@ M.BarModule {
|
|||
active: S.Modules.battery.enable && S.BatteryService.available
|
||||
tooltip: "Battery: " + Math.round(S.BatteryService.percent) + "%" + (S.BatteryService.charging ? " (charging)" : "")
|
||||
panelNamespace: "nova-battery"
|
||||
panelTitle: "Battery"
|
||||
panelContentWidth: 240
|
||||
panelComponent: Component {
|
||||
C.BatteryApplet {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue