summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* nix: fix + expose lib stuffSoramane2025-08-294-18/+38
| | | | Also format
* lib: add version script2 * r + 2 * t2025-08-295-4/+60
|
* nix: fixes2 * r + 2 * t2025-08-292-5/+7
|
* nix: better nix develop + refactor (#490)Davi Ribeiro2025-08-295-11/+48
|
* ci: no cpack2 * r + 2 * t2025-08-292-24/+14
|
* readme: add local changes example2 * r + 2 * t2025-08-291-24/+10
| | | | Also remove releases installation section
* readme: fix installer example2 * r + 2 * t2025-08-281-1/+1
|
* readme: add home manager to configuring2 * r + 2 * t2025-08-281-0/+18
|
* readme: add nix & release installation2 * r + 2 * t2025-08-281-0/+55
|
* ci: fix release2 * r + 2 * t2025-08-281-1/+2
| | | | woe
* ci: fix release2 * r + 2 * t2025-08-281-1/+1
| | | | Install qt deps
* ci: fix release2 * r + 2 * t2025-08-281-1/+6
| | | | Install deps
* ci: fix release2 * r + 2 * t2025-08-281-1/+7
| | | | Also create *-latest files for easy curling
* cmake: strip prefixed versions when passed in2 * r + 2 * t2025-08-281-2/+2
|
* ci: add release workflow2 * r + 2 * t2025-08-281-0/+30
|
* nix: fix buildSoramane2025-08-282-4/+4
|
* nix: set version2 * r + 2 * t2025-08-281-1/+1
|
* cmake: use relative paths2 * r + 2 * t2025-08-282-5/+27
|
* osd: fix scroll sensSoramane2025-08-281-3/+3
|
* lock: show keyboard layout2 * r + 2 * t2025-08-282-2/+19
| | | | Closes #450
* lock: add caps/num lock indicator2 * r + 2 * t2025-08-282-96/+184
| | | | Closes #485
* nix/hm: restart shell on config changes (#482)Bruno Inec2025-08-281-0/+3
|
* plugin: fix getDominantColour scaling2 * r + 2 * t2025-08-271-3/+11
|
* plugin: better getDominantColour2 * r + 2 * t2025-08-273-13/+14
| | | | Use callback instead of setting prop
* hypr: fix active window and window focus (#483)Davi Ribeiro2025-08-272-1/+6
| | | | | | | | | * services/hypr: fix active window and window focus * format --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* config: disable visualiser by default2 * r + 2 * t2025-08-272-2/+2
|
* plugin/cim: fix removed slot2 * r + 2 * t2025-08-271-3/+0
|
* plugin: add getDominantColour2 * r + 2 * t2025-08-273-58/+79
| | | | Replaces wack canvas stuff for ColouredIcon
* plugin: make thread safe2 * r + 2 * t2025-08-273-46/+46
|
* plugin/cim: fix cache dir2 * r + 2 * t2025-08-271-0/+3
|