summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* plugin: create caching image manager2 * r + 2 * t2025-08-277-45/+221
| | | | No need for external proc
* internal: move notif icon lower2 * r + 2 * t2025-08-273-2/+3
|
* internal: better copy2 * r + 2 * t2025-08-274-6/+29
|
* plugin: saveItem ensure parent dir2 * r + 2 * t2025-08-274-53/+52
| | | | Also const everything and format
* picker: better client detection2 * r + 2 * t2025-08-271-10/+13
|
* picker: use saveItem2 * r + 2 * t2025-08-273-5/+27
| | | | Removes grim dependency
* bar/clock: allow hiding icon (#484)Bruno Inec2025-08-273-5/+19
| | | | | | | | | * bar(clock): allow hiding the calendar icon * loader + showCalendarIcon -> showIcon --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* osd: add mic volume2 * r + 2 * t2025-08-277-39/+116
| | | | Disabled by default
* config: allow enable/disable osd brightness (#481)Faiz Khan2025-08-273-17/+32
| | | | | | | | | | | | | * Added option to disable brightness slider * Removed unwanted imports * Renamed WrappedLoader.name to brightnessSlider * fixes --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* nix: fix CAELESTIA_LIB_DIRSoramane2025-08-271-1/+1
|
* nix: move aubio and pipewire to buildInputsSoramane2025-08-271-2/+2
|
* nix: fix buildSoramane2025-08-271-5/+2
|
* nix: fix quoteSoramane2025-08-271-1/+1
|
* idleinhibitor: persist state across reloads2 * r + 2 * t2025-08-271-2/+10
| | | | Also set who and why
* readme: update for new cmake build2 * r + 2 * t2025-08-271-51/+65
|
* paths: use unified env var for lib dir2 * r + 2 * t2025-08-274-4/+5
| | | | CAELESTIA_BD_PATH -> CAELESTIA_LIB_DIR/beat_detector
* nix: update for new build2 * r + 2 * t2025-08-271-51/+12
|
* internal: build via cmake2 * r + 2 * t2025-08-263-10/+27
|
* internal: use systemd-inhibit2 * r + 2 * t2025-08-263-212/+4
| | | | No need for custom inhibit script (it didn't even work anyways 💀)
* nix: refactorSoramane2025-08-261-7/+6
|
* nix: build pluginSoramane2025-08-261-1/+20
|
* internal: async save item2 * r + 2 * t2025-08-261-3/+3
| | | | Fixes #180
* plugin: add saveItem2 * r + 2 * t2025-08-265-0/+128
|
* background: add visualiser2 * r + 2 * t2025-08-2510-13/+181
| | | | Also dashboard.visualiserBars -> services.visualiserBars
* readme: fix confusing config statement2 * r + 2 * t2025-08-251-2/+3
| | | | Also show actual default weather location
* config: add gpu type config2 * r + 2 * t2025-08-253-3/+7
|
* beatdetector: increase default bpm2 * r + 2 * t2025-08-241-1/+1
|
* weather: use city instead of lat/long2 * r + 2 * t2025-08-241-7/+5
| | | | Also lazy load
* Revert "hyprland: fix active client on empty ws"2 * r + 2 * t2025-08-241-8/+1
| | | | This reverts commit a8151fc89d9a7977e5fa5dd3dfbed17c8f6101a1.
* internal: cleanup2 * r + 2 * t2025-08-241-4/+0
|
* internal: use Anim component2 * r + 2 * t2025-08-2444-291/+110
|
* internal: add canim component2 * r + 2 * t2025-08-2425-152/+46
|
* internal: add anim component2 * r + 2 * t2025-08-2426-150/+9
| | | | No inlining