diff --git a/.config/quickshell/ii/services/Wallpapers.qml b/.config/quickshell/ii/services/Wallpapers.qml index aeead279..e7d24442 100644 --- a/.config/quickshell/ii/services/Wallpapers.qml +++ b/.config/quickshell/ii/services/Wallpapers.qml @@ -21,7 +21,7 @@ Singleton { // Supported image extensions. Videos are intentionally excluded for now // to keep the overview lightweight. readonly property list extensions: [ - "jpg", "jpeg", "png", "webp", "avif", "bmp" + "jpg", "jpeg", "png", "webp", "avif", "bmp", "svg" ] // Resulting list of absolute file paths (without file:// prefix)