aboutsummaryrefslogtreecommitdiffstats
path: root/appearance/AppearancePanel.qml
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-09-16 12:39:30 +0200
committerDanilo M. <danix@danix.xyz>2026-09-16 12:39:30 +0200
commit89047e7de22d367133e15a4d2112d11144ac7cb1 (patch)
tree643b36c7cc090cf939186aa871fb50c9cb0aba30 /appearance/AppearancePanel.qml
parenta33d90b5f662df235da027ec1978b6490894d796 (diff)
downloadquickshell-89047e7de22d367133e15a4d2112d11144ac7cb1.tar.gz
quickshell-89047e7de22d367133e15a4d2112d11144ac7cb1.zip
feat(appearance): add the Idle tab
Rows for each listener with an enable toggle and a timeout field, the command shown read-only. Save rewrites the file and restarts hypridle.
Diffstat (limited to 'appearance/AppearancePanel.qml')
-rw-r--r--appearance/AppearancePanel.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/appearance/AppearancePanel.qml b/appearance/AppearancePanel.qml
index a4c12b6..333b3ff 100644
--- a/appearance/AppearancePanel.qml
+++ b/appearance/AppearancePanel.qml
@@ -42,6 +42,7 @@ Scope {
Udt.refresh();
Wallpapers.refresh();
Hyprsunset.refresh();
+ Hypridle.refresh();
root.open = true;
}
function close() { root.open = false; }