summaryrefslogtreecommitdiff
path: root/plugin (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-09-02internal: use FileSystemModel for FileDialog2 * r + 2 * t6-46/+44
2025-09-02plugin/fsm: add showHidden & dirs filter2 * r + 2 * t2-41/+88
2025-09-02plugin/fsm: allow disabling watching2 * r + 2 * t2-2/+24
2025-09-02plugin/fsm: async add watcher paths2 * r + 2 * t1-10/+22
Also remove debug messages and remove futures from hash on completion
2025-09-02plugin/fsm: async update2 * r + 2 * t4-53/+100
2025-09-02plugin/fsm: only update changed dir2 * r + 2 * t2-5/+16
Also add added and removed signals
2025-09-02plugin/fsm: sort dirs first2 * r + 2 * t1-0/+3
2025-09-02plugin/fsm: incremental updates + sort2 * r + 2 * t1-10/+21
2025-09-02internal: remove singleton reloadableId2 * r + 2 * t2-4/+0
2025-09-02brightness: add ipc handler for get/set (#546)sweenu1-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>
2025-09-01bar/workspaces: add option for ws name capitalisation (#543)sweenu2-2/+10
2025-09-01bar/workspaces: different `showWindows` option for special ws (#544)sweenu2-4/+5
2025-09-01dashboard/media: slightly improve media seeking2 * r + 2 * t1-1/+7
Still kinda buggy, but not as bad
2025-09-01dashboard/media: add scroll to seek (#528)Belal1-0/+17
* dashboard/media: add scroll to seek * fix --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
2025-09-01nix/hm: add systemd.target in home-manager (#532)BardMoon2-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
2025-09-01beatdetector: fix pod builder init2 * r + 2 * t1-1/+2
2025-09-01internal: fix beat detector warnings2 * r + 2 * t1-5/+6
2025-09-01internal: format cpp2 * r + 2 * t9-249/+305
2025-09-01plugin/fsm: only provide modelData role2 * r + 2 * t2-41/+6
2025-09-01plugin/cim: better sourceSize2 * r + 2 * t3-27/+11
2025-09-01plugin: fix warnings + const stuff2 * r + 2 * t6-62/+62
2025-09-01cmake: more compiler warnings2 * r + 2 * t2-2/+13
2025-08-31plugin/fsm: lazy entriesChanged2 * r + 2 * t1-15/+32
Only emit when it actually changes (comparison via paths)
2025-08-31plugin/fsm: add new roles2 * r + 2 * t2-2/+10
2025-08-31plugin/fsm: rename files -> entries2 * r + 2 * t3-29/+48
Also rename filter & add props
2025-08-31plugin: add FileSystemModel2 * r + 2 * t6-50/+288
2025-08-31plugin/cim: check if cache is valid image2 * r + 2 * t2-5/+5
2025-08-31plugin/cutils: add getAverageLuminance2 * r + 2 * t3-58/+219
Fixes stutters in wallpaper list Also fix crash when saveItem target doesn't have a window
2025-08-31[CI] chore: update flakegithub-actions1-10/+10
2025-08-31dev: build using clang by defaultSoramane1-0/+3
2025-08-31nix: add debug packageSoramane2-4/+12
Also use clangStdenv to build Use RelWithDebInfo for release builds
2025-08-30plugin/cim: safe async this2 * r + 2 * t1-18/+19
Fixes wallpaper picker crash on fast input
2025-08-30plugin/cim: fix null images2 * r + 2 * t1-1/+14
2025-08-30wallpapers: use CAELESTIA_WALLPAPERS_DIR env2 * r + 2 * t3-4/+6
Env var overrides config option
2025-08-30readme/install: explain different aur packages2 * r + 2 * t1-1/+5
2025-08-30readme: rename arch installation section2 * r + 2 * t1-1/+1
2025-08-30plugin/cim: fix cache path2 * r + 2 * t2-7/+8
Different cache paths for different fill modes
2025-08-30plugin/cim: respect image fill mode2 * r + 2 * t2-20/+39
Also prevent duplicate sha calcs
2025-08-30plugin/cim: better cache impl2 * r + 2 * t5-19/+42
2025-08-30dev: reload on cmakelists change2 * r + 2 * t1-0/+1
2025-08-30plugin/cutils: fix saveItem scaling2 * r + 2 * t1-4/+11
Fixes #521 Closes #524
2025-08-30launcher: allow show on hover (#498)M Matthew Hydock3-3/+7
added `showOnHover` to launcher config, disabled by default to preserve existing functionality. when enabled, drag-to-show is disabled.
2025-08-30brightness: detect monitors by connector instead of model (#503)anders1301-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>
2025-08-30nix/hm: add option to disable systemd service (#526)Davi Ribeiro2-3/+21
* nix/hm: add option to disable systemd service * readme: complement home manager configuring
2025-08-30dev: fix qml import paths + direnv on non-nixSoramane1-3/+5
Closes #519
2025-08-30config: fix default playerAliases (#506)anders1302-4/+3
2025-08-29dev: better direnvSoramane2-7/+11
Move rebuild logic to direnv instead of nix
2025-08-29plugin/cim: update on size changeSoramane3-28/+73
2025-08-29cmake: better modules enable/disableSoramane2-6/+7
2025-08-29nix: fix + expose lib stuffSoramane4-18/+38
Also format