quickshell: enable kubernetes widget on all machines
This commit is contained in:
@@ -54,7 +54,7 @@ Singleton {
|
||||
readonly property string gpuScript: scriptsDir + "/gpu.sh"
|
||||
|
||||
// Kubernetes
|
||||
readonly property bool kubeEnabled: {{ if $isDesktop }}true{{ else }}false{{ end }}
|
||||
readonly property bool kubeEnabled: true
|
||||
readonly property string kubeNamespace: "tenant-5"
|
||||
readonly property int kubeStatusRefreshMs: 30000
|
||||
readonly property int kubeMetricsRefreshMs: 15000
|
||||
|
||||
Reference in New Issue
Block a user