quickshell: enable kubernetes widget on all machines

This commit is contained in:
Matthias Puchstein
2026-05-17 09:34:27 +02:00
parent 7ade51b920
commit a7e045c6b7
+1 -1
View File
@@ -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