From 1cfc32ff3bc39a2f5732fefbdbb62f60f59ea278 Mon Sep 17 00:00:00 2001 From: "s0wlz (Matthias Puchstein)" Date: Wed, 22 Apr 2026 01:01:27 +0200 Subject: [PATCH] k8s-widget: add kube config properties --- dot_config/quickshell/shared/Config.qml.tmpl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dot_config/quickshell/shared/Config.qml.tmpl b/dot_config/quickshell/shared/Config.qml.tmpl index c996da7..bc42e91 100644 --- a/dot_config/quickshell/shared/Config.qml.tmpl +++ b/dot_config/quickshell/shared/Config.qml.tmpl @@ -35,6 +35,11 @@ Singleton { readonly property string scriptsDir: home + "/.config/quickshell/scripts" readonly property string gpuScript: scriptsDir + "/gpu.sh" + // Kubernetes + readonly property string kubeNamespace: "tenant-5" + readonly property int kubeStatusRefreshMs: 30000 + readonly property int kubeMetricsRefreshMs: 15000 + // Idle daemon readonly property string idleProcess: "hypridle" readonly property string lockCommand: "swaylock"