Vukašin Vojinović
4b1f388a4f
chore: add rustfmt config
2026-05-15 16:26:20 -06:00
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ć
6e022755f1
chore: update dependencies
2026-02-20 12:46:57 +01:00
Michael Aaron Murphy
0a1f4901cd
release: 1.0.7
2026-02-17 11:02:57 -07:00
Michael Aaron Murphy
0de9c33822
chore: update dependencies
2026-01-13 20:50:45 +01:00
Michael Aaron Murphy
c05dad00de
fix(a11y): listen to screen reader changes from org.a11y.Bus
...
Enables the screen reader toggle to toggle when using the shortcut.
2026-01-09 22:28:48 +01:00
Michael Murphy
2c9f60cd5f
feat(sound): redesign with separate device profiles page ( #1500 )
2025-11-25 21:46:17 +01:00
Jeremy Soller
9709a2a926
Drop fork of fast_image_resize
2025-11-11 21:31:22 -07:00
Vukašin Vojinović
1698734b28
chore: update dependencies
...
Adapts color picker drawers to new designs.
2025-11-05 11:00:46 +01:00
Vukašin Vojinović
29da0330aa
chore: update dependencies
2025-09-12 17:33:40 -04: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
Michael Aaron Murphy
6a29294e90
improv(sound): reduce codegen, use subscription, and fix threads not exiting on page close
2025-07-22 06:22:36 +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
48e14d4add
improv(keyboard): shortcuts UI improvements
2025-03-28 17:08:56 +01:00
Michael Aaron Murphy
92085b60ab
fix(wallpapers): filter images by extension
2025-03-04 17:09:59 +01:00
Michael Aaron Murphy
a90d7fbc42
chore: upgrade all dependencies
2025-02-14 06:13:43 +01:00
Michael Aaron Murphy
d5e84a6e66
chore(wallpapers): replace freedesktop-icons crate
2025-01-13 18:17:41 +01:00
Michael Aaron Murphy
0bf63a0d91
perf(wallpaper): avoid recursion for system wallpapers
2025-01-11 12:19:39 +01:00
Jeremy Soller
6463983745
Make pages requiring OS features configurable
2024-10-23 12:54:35 -06:00
Michael Aaron Murphy
1b5e9aa317
feat(wallpaper): support JPEG XL wallpapers
2024-10-10 21:37:53 +02:00
Michael Aaron Murphy
0472c00096
chore: update dependencies
2024-09-20 20:37:14 +02:00
Michael Aaron Murphy
3ec53d7f8a
chore: update dependencies
2024-08-21 05:11:08 +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
a40b1e9a1a
chore(cargo): update dependencies
2024-03-20 02:54:21 +01: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