Tony Wasserka
c04e49e218
fix(wallpapers): follow symlinks when scanning wallpaper directories
...
On NixOS, /run/current-system/sw/share/backgrounds lists all wallpapers
installed on the system. The folder entries are symbolic links to the actual
PNG files (each in a dedicated nix store path). Previously WalkDir would skip
over these, resulting in cosmic-settings displaying an empty wallpaper list.
By following symbolic links, the list is now properly populated.
2026-04-22 22:10:24 +02:00
Vukašin Vojinović
787c5ed49f
chore: clippy
2026-02-20 12:46:57 +01:00
Vukašin Vojinović
842e6f4bac
improv(startup_apps): match designs
...
Adds an empty list item with text when there aren't any startup apps and replaces the heading with a modified description (removing the description).
2025-08-28 14:24:44 +02:00
Michael Aaron Murphy
fbe004b031
fix: use image feature of jxl-oxide to fix image decoding error
2025-08-18 16:11:13 +02:00
Vukašin Vojinović
a0f7b31d89
chore(appearance): disable wrapping for style text
...
Also updates all workspace members to Rust 2024, removes `once_cell` and updates dependencies.
2025-07-31 17:23:10 +02:00
Eduardo Flores
8ca65bafe4
fix: wallpaper discovery
...
Allows settings to show installed wallpapers.
- Modified `load_each_from_path` to recursively
discover wallpapers, limited depth to 3 for
performance.
2025-06-16 17:14:30 +02:00
Michael Aaron Murphy
92085b60ab
fix(wallpapers): filter images by extension
2025-03-04 17:09:59 +01:00
Michael Aaron Murphy
0bf63a0d91
perf(wallpaper): avoid recursion for system wallpapers
2025-01-11 12:19:39 +01:00
Michael Aaron Murphy
1b5e9aa317
feat(wallpaper): support JPEG XL wallpapers
2024-10-10 21:37:53 +02:00
Michael Aaron Murphy
b004b9d815
chore: update dependencies
...
Fixes #318
2024-07-31 08:10:48 +02:00
Vukašin Vojinović
b59b93625a
fix(wallpaper): fix gradient direction
...
Also adds one missing gradient present in the designs.
2024-07-04 01:40:44 +02:00
Michael Aaron Murphy
f48bb86495
fix(wallpaper): limit to 100 wallpapers loaded
2024-03-12 07:45:44 +01:00
Michael Aaron Murphy
a0017eeb9c
fix(wallpaper): avoid walking custom paths for wallpapers
2024-03-12 07:45:44 +01:00
Michael Aaron Murphy
dafbe30920
perf(wallpaper): improve thumbnail load parallelism
2024-03-12 07:45:44 +01:00
Michael Aaron Murphy
39d0c6f7cf
fix(wallpaper): get current slideshow image from cosmic-bg state
2024-02-29 14:25:53 +01:00
Michael Aaron Murphy
d943b5bd70
feat(wallpaper): get last active image from cosmic-bg when toggling slideshow
2024-01-31 16:17:57 +01:00
Michael Aaron Murphy
e7c9595578
improv(wallpaper): share display listing logic with display page
2024-01-30 17:24:14 +01:00