diff options
Diffstat (limited to 'accounts/gkleen@sif/shell/quickshell/Bar.qml')
-rw-r--r-- | accounts/gkleen@sif/shell/quickshell/Bar.qml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/accounts/gkleen@sif/shell/quickshell/Bar.qml b/accounts/gkleen@sif/shell/quickshell/Bar.qml index 7f97bd75..426ed78c 100644 --- a/accounts/gkleen@sif/shell/quickshell/Bar.qml +++ b/accounts/gkleen@sif/shell/quickshell/Bar.qml | |||
@@ -66,9 +66,9 @@ PanelWindow { | |||
66 | anchors.verticalCenter: parent.verticalCenter | 66 | anchors.verticalCenter: parent.verticalCenter |
67 | spacing: 0 | 67 | spacing: 0 |
68 | 68 | ||
69 | WorktimeWidget { command: "time"; } | 69 | // WorktimeWidget { command: "time"; } |
70 | 70 | ||
71 | WorktimeWidget { command: "today"; } | 71 | // WorktimeWidget { command: "today"; } |
72 | 72 | ||
73 | KeyboardLayout {} | 73 | KeyboardLayout {} |
74 | 74 | ||
@@ -100,6 +100,8 @@ PanelWindow { | |||
100 | window: bar | 100 | window: bar |
101 | } | 101 | } |
102 | 102 | ||
103 | NotificationInhibitorWidget {} | ||
104 | |||
103 | LidSwitchInhibitorWidget {} | 105 | LidSwitchInhibitorWidget {} |
104 | 106 | ||
105 | Item { | 107 | Item { |