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 {
|
|||
spacing: Math.max(1, S.Theme.moduleSpacing - 2)
|
||||
tooltip: "CPU: " + S.SystemStats.cpuUsage + "% @ " + S.SystemStats.cpuFreqGhz.toFixed(2) + " GHz"
|
||||
panelNamespace: "nova-cpu"
|
||||
panelTitle: "CPU"
|
||||
panelContentWidth: 260
|
||||
panelComponent: Component {
|
||||
C.CpuApplet {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue