summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* internal: fix undef/null errors2 * r + 2 * t2025-09-022-9/+12
|
* internal: use FileSystemModel for FileDialog2 * r + 2 * t2025-09-026-46/+44
|
* plugin/fsm: add showHidden & dirs filter2 * r + 2 * t2025-09-022-41/+88
|
* plugin/fsm: allow disabling watching2 * r + 2 * t2025-09-022-2/+24
|
* plugin/fsm: async add watcher paths2 * r + 2 * t2025-09-021-10/+22
| | | | Also remove debug messages and remove futures from hash on completion
* plugin/fsm: async update2 * r + 2 * t2025-09-024-53/+100
|
* plugin/fsm: only update changed dir2 * r + 2 * t2025-09-022-5/+16
| | | | Also add added and removed signals
* plugin/fsm: sort dirs first2 * r + 2 * t2025-09-021-0/+3
|
* plugin/fsm: incremental updates + sort2 * r + 2 * t2025-09-021-10/+21
|
* internal: remove singleton reloadableId2 * r + 2 * t2025-09-022-4/+0
|
* brightness: add ipc handler for get/set (#546)sweenu2025-09-021-6/+78
| | | | | | | | | | | * services(brightness): add IpcHandler with brightnessctl like set function * allow get/set for specific monitor Also handle invalid formats --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* bar/workspaces: add option for ws name capitalisation (#543)sweenu2025-09-012-2/+10
|
* bar/workspaces: different `showWindows` option for special ws (#544)sweenu2025-09-012-4/+5
|
* dashboard/media: slightly improve media seeking2 * r + 2 * t2025-09-011-1/+7
| | | | Still kinda buggy, but not as bad
* dashboard/media: add scroll to seek (#528)Belal2025-09-011-0/+17
| | | | | | | | | * dashboard/media: add scroll to seek * fix --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* nix/hm: add systemd.target in home-manager (#532)BardMoon2025-09-012-4/+14
| | | | | | | | | | | | | | | * nix: add systemd.target * fix: format * Update README.md * Update hm-module.nix https://github.com/Vladimir-csp/uwsm/blob/cf2b1d84059f1954d4ec864f2b46a86515acc3c1/example-units/hyprpaper.service#L19 * fix * Update README.md
* beatdetector: fix pod builder init2 * r + 2 * t2025-09-011-1/+2
|
* internal: fix beat detector warnings2 * r + 2 * t2025-09-011-5/+6
|
* internal: format cpp2 * r + 2 * t2025-09-019-249/+305
|
* plugin/fsm: only provide modelData role2 * r + 2 * t2025-09-012-41/+6
|
* plugin/cim: better sourceSize2 * r + 2 * t2025-09-013-27/+11
|
* plugin: fix warnings + const stuff2 * r + 2 * t2025-09-016-62/+62
|
* cmake: more compiler warnings2 * r + 2 * t2025-09-012-2/+13
|
* plugin/fsm: lazy entriesChanged2 * r + 2 * t2025-08-311-15/+32
| | | | Only emit when it actually changes (comparison via paths)
* plugin/fsm: add new roles2 * r + 2 * t2025-08-312-2/+10
|
* plugin/fsm: rename files -> entries2 * r + 2 * t2025-08-313-29/+48
| | | | Also rename filter & add props
* plugin: add FileSystemModel2 * r + 2 * t2025-08-316-50/+288
|
* plugin/cim: check if cache is valid image2 * r + 2 * t2025-08-312-5/+5
|
* plugin/cutils: add getAverageLuminance2 * r + 2 * t2025-08-313-58/+219
| | | | | | Fixes stutters in wallpaper list Also fix crash when saveItem target doesn't have a window
* [CI] chore: update flakegithub-actions2025-08-311-10/+10
|
* dev: build using clang by defaultSoramane2025-08-311-0/+3
|
* nix: add debug packageSoramane2025-08-312-4/+12
| | | | Also use clangStdenv to build Use RelWithDebInfo for release builds
* plugin/cim: safe async this2 * r + 2 * t2025-08-301-18/+19
| | | | Fixes wallpaper picker crash on fast input
* plugin/cim: fix null images2 * r + 2 * t2025-08-301-1/+14
|
* wallpapers: use CAELESTIA_WALLPAPERS_DIR env2 * r + 2 * t2025-08-303-4/+6
| | | | Env var overrides config option
* readme/install: explain different aur packages2 * r + 2 * t2025-08-301-1/+5
|
* readme: rename arch installation section2 * r + 2 * t2025-08-301-1/+1
|
* plugin/cim: fix cache path2 * r + 2 * t2025-08-302-7/+8
| | | | Different cache paths for different fill modes
* plugin/cim: respect image fill mode2 * r + 2 * t2025-08-302-20/+39
| | | | Also prevent duplicate sha calcs
* plugin/cim: better cache impl2 * r + 2 * t2025-08-305-19/+42
|
* dev: reload on cmakelists change2 * r + 2 * t2025-08-301-0/+1
|
* plugin/cutils: fix saveItem scaling2 * r + 2 * t2025-08-301-4/+11
| | | | | Fixes #521 Closes #524
* launcher: allow show on hover (#498)M Matthew Hydock2025-08-303-3/+7
| | | | added `showOnHover` to launcher config, disabled by default to preserve existing functionality. when enabled, drag-to-show is disabled.
* brightness: detect monitors by connector instead of model (#503)anders1302025-08-301-4/+4
| | | | | | | | | | | * fix(brightness): change monitor detection to be based on connector using the model caused problems when using the same monitor twice * format + use connector for isDdc --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* nix/hm: add option to disable systemd service (#526)Davi Ribeiro2025-08-302-3/+21
| | | | | * nix/hm: add option to disable systemd service * readme: complement home manager configuring
* dev: fix qml import paths + direnv on non-nixSoramane2025-08-301-3/+5
| | | | Closes #519
* config: fix default playerAliases (#506)anders1302025-08-302-4/+3
|
* dev: better direnvSoramane2025-08-292-7/+11
| | | | Move rebuild logic to direnv instead of nix
* plugin/cim: update on size changeSoramane2025-08-293-28/+73
|
* cmake: better modules enable/disableSoramane2025-08-292-6/+7
|