k8s-widget: add kube config properties

This commit is contained in:
2026-04-22 01:01:27 +02:00
parent f9f079db7e
commit 1cfc32ff3b

View File

@@ -35,6 +35,11 @@ Singleton {
readonly property string scriptsDir: home + "/.config/quickshell/scripts" readonly property string scriptsDir: home + "/.config/quickshell/scripts"
readonly property string gpuScript: scriptsDir + "/gpu.sh" 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 // Idle daemon
readonly property string idleProcess: "hypridle" readonly property string idleProcess: "hypridle"
readonly property string lockCommand: "swaylock" readonly property string lockCommand: "swaylock"