clock tooltip with seconds, cpu overall utilization chart, move mem graph below stats
This commit is contained in:
parent
adb6c21135
commit
1d92463819
3 changed files with 59 additions and 14 deletions
|
|
@ -8,7 +8,7 @@ M.BarModule {
|
|||
id: root
|
||||
active: S.Modules.clock.enable
|
||||
spacing: S.Theme.moduleSpacing
|
||||
tooltip: Qt.formatDateTime(clock.date, "dddd, dd. MMMM yyyy")
|
||||
tooltip: Qt.formatDateTime(clock.date, "dddd, dd. MMMM yyyy HH:mm:ss")
|
||||
panelNamespace: "nova-clock"
|
||||
panelContentWidth: 220
|
||||
panelComponent: Component {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue