mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
wallpapers: add svg format
This commit is contained in:
parent
5b1124d658
commit
de6ba1c82e
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ Singleton {
|
|||
// Supported image extensions. Videos are intentionally excluded for now
|
||||
// to keep the overview lightweight.
|
||||
readonly property list<string> extensions: [
|
||||
"jpg", "jpeg", "png", "webp", "avif", "bmp"
|
||||
"jpg", "jpeg", "png", "webp", "avif", "bmp", "svg"
|
||||
]
|
||||
|
||||
// Resulting list of absolute file paths (without file:// prefix)
|
||||
|
|
|
|||
Loading…
Reference in a new issue