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"