diff --git a/dot_config/quickshell/shared/Config.qml.tmpl b/dot_config/quickshell/shared/Config.qml.tmpl index 4b80745..718c058 100644 --- a/dot_config/quickshell/shared/Config.qml.tmpl +++ b/dot_config/quickshell/shared/Config.qml.tmpl @@ -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