aboutsummaryrefslogtreecommitdiffstats
path: root/appearance/AppearancePanel.qml
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-09-16 12:49:06 +0200
committerDanilo M. <danix@danix.xyz>2026-09-16 12:49:06 +0200
commit6a18a09e6db234709e8df6427fb835e8b3f6fccd (patch)
treea7f88fd2e10e0ef5c5f58c836c135c99531ef978 /appearance/AppearancePanel.qml
parent5272d840e27a0316f8cc312b96c18bb780a3b161 (diff)
downloadquickshell-6a18a09e6db234709e8df6427fb835e8b3f6fccd.tar.gz
quickshell-6a18a09e6db234709e8df6427fb835e8b3f6fccd.zip
feat(appearance): add the Icons tab
Icon themes preview four glyphs each from the GTK lookup; cursor themes preview an extracted left_ptr and change the real cursor on hover, reverted on leave and on close. Selection applies both.
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 333b3ff..e034fda 100644
--- a/appearance/AppearancePanel.qml
+++ b/appearance/AppearancePanel.qml
@@ -43,6 +43,7 @@ Scope {
Wallpapers.refresh();
Hyprsunset.refresh();
Hypridle.refresh();
+ Icons.refresh();
root.open = true;
}
function close() { root.open = false; }