From 8fb7df4d6ae850f5c79b11b8b7f7dd7e7f905942 Mon Sep 17 00:00:00 2001 From: outfoxxed Date: Sat, 7 Jun 2025 21:30:37 -0700 Subject: [PATCH] faq: add icon fallback --- src/guide/faq.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/guide/faq.mdx b/src/guide/faq.mdx index 3ed493f..58f88f9 100644 --- a/src/guide/faq.mdx +++ b/src/guide/faq.mdx @@ -52,6 +52,14 @@ inside of them. } ``` +### Get rid of the purple/black icons +The @@Quickshell.Quickshell.iconPath() function has three variants: +- One draws a purple/black square if the icon is missing. +- One allows you to specify a fallback icon if the desired one is missing. +- One returns an empty string if the icon is missing. + +Either of the last two variants can be used to avoid the purple/black square. + ## Something is broken ### There is a hole in my window