From a7e045c6b7af3c2caeea837bcf63775ecedbfb36 Mon Sep 17 00:00:00 2001 From: Matthias Puchstein Date: Sun, 17 May 2026 09:34:27 +0200 Subject: [PATCH] quickshell: enable kubernetes widget on all machines --- dot_config/quickshell/shared/Config.qml.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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