summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* plugin/cmake: link qt quick2 * r + 2 * t2025-09-131-1/+2
| | | | See #608
* readme: update manual installation deps2 * r + 2 * t2025-09-131-1/+1
|
* config/launcher: set default maxShown to 72 * r + 2 * t2025-09-132-2/+2
| | | | Better for 1920x1080 screens
* launcher: fix anim2 * r + 2 * t2025-09-131-4/+41
| | | | Fixes #607
* plugin/service: fix invoke after destruction2 * r + 2 * t2025-09-121-2/+19
|
* internal: fix crash2 * r + 2 * t2025-09-121-22/+31
|
* readme: update example config2 * r + 2 * t2025-09-121-0/+3
|
* bar: remove idle inhibitor2 * r + 2 * t2025-09-124-47/+0
| | | | Use the one in the utilities panel instead
* launcher: fix exclusion with utilities2 * r + 2 * t2025-09-121-3/+6
|
* launcher: loader content2 * r + 2 * t2025-09-124-50/+60
|
* osd: loader content2 * r + 2 * t2025-09-123-9/+19
|
* dashboard: persist state2 * r + 2 * t2025-09-124-15/+44
|
* utilities: loader content2 * r + 2 * t2025-09-121-2/+27
|
* utilities: add keep awake and quick toggles2 * r + 2 * t2025-09-128-27/+306
|
* interactions: fix interaction area2 * r + 2 * t2025-09-121-0/+2
| | | | Hyprland bug smh
* plugin: fix floating point comparison2 * r + 2 * t2025-09-122-2/+2
| | | | Closes #602
* network: put back the ":" in SSIDs (#601)Auguste Baum2025-09-121-1/+1
|
* shortcuts: add dashboard shortcut2 * r + 2 * t2025-09-111-0/+9
|
* plugin: add requests2 * r + 2 * t2025-09-115-36/+60
| | | | Replaces QML Requests singleton
* plugin: format + refactor2 * r + 2 * t2025-09-116-49/+87
|
* plugin/appdb: fix persistence2 * r + 2 * t2025-09-112-21/+9
|
* plugin: use qt typedefs for fixed ints2 * r + 2 * t2025-09-113-32/+30
|
* launcher: sort apps by usage2 * r + 2 * t2025-09-114-20/+325
| | | | Closes #588
* plugin: remove multimedia dep2 * r + 2 * t2025-09-103-14/+13
| | | | Also remove QML module version
* launcher: not full rounding + better anim2 * r + 2 * t2025-09-106-8/+21
|
* launcher: add config option for hiding applications (#568)anders1302025-09-103-2/+4
| | | | | | | | | | | | | * feat(launcher): add config option for excluding applications from launcher * fix(launcher): rename excludedApps to hiddenApps * chore: add example to readme * fix --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* launcher: fix showOnHover2 * r + 2 * t2025-09-101-1/+2
| | | | | Closes #591 Fixes #562
* launcher/wallpaper: include subfolder in search2 * r + 2 * t2025-09-102-1/+1
| | | | Closes #589
* bar/tray: add icon subs2 * r + 2 * t2025-09-094-8/+17
| | | | Usage: array of { id, image | icon }
* plugin/service: remove zero ref warning2 * r + 2 * t2025-09-091-1/+0
| | | | Reloads don't play nice with it + it doesn't matter anyways
* internal: use Qt.resolvedUrl2 * r + 2 * t2025-09-097-7/+7
|
* launcher: allow configuring actions (#558)Belal2025-09-094-141/+241
| | | | | | | | | | | * refactor: make launcher actions configurable * use variants + internal -> setMode + format * reorder readme --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* dashboard: fix pfp picker2 * r + 2 * t2025-09-091-1/+1
| | | | Fixes #579
* dashboard/media: fix incubation warning2 * r + 2 * t2025-09-091-1/+0
|
* plugin/ac: not singleton2 * r + 2 * t2025-09-0913-94/+241
| | | | | | Also add nodeId prop BeatTracker not singleton Move BeatTracker and Cava to Audio service
* nix: fix build error with libcava (#585)Davi Ribeiro2025-09-091-1/+2
| | | libcava failing with fftw3.h not found
* nix: fix pipewire2 * r + 2 * t2025-09-091-2/+2
| | | Fixes #583
* bar: configurable scroll actions (#559)Belal2025-09-083-3/+15
| | | | | | | | | | | * bar: add option to disable scroll actions for volume and brightness * options for workspaces, brightness and volume * add options to readme + format --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* bar/statusicons: add mic indicator2 * r + 2 * t2025-09-083-0/+14
| | | | Closes #578
* Merge branch 'main' of https://github.com/caelestia-dots/shell2 * r + 2 * t2025-09-081-10/+10
|\
| * [CI] chore: update flakegithub-actions2025-09-071-10/+10
| |
* | internal: force threaded render loop2 * r + 2 * t2025-09-081-0/+1
| | | | | | | | | | | | Fixes #153 Fixes caelestia-dots/caelestia#118 Closes caelestia-dots/caelestia#137
* | plugin: use lower case imports2 * r + 2 * t2025-09-0820-66/+41
| |
* | plugin/ac: use double buffer2 * r + 2 * t2025-09-084-72/+36
| | | | | | | | Double buffer instead of circular buffer
* | nix: remove cava dep2 * r + 2 * t2025-09-081-2/+0
| |
* | plugin/ac: fix idle state + reduce buffer size2 * r + 2 * t2025-09-083-27/+55
| |
* | dashboard/media: ensure visualiser heads2 * r + 2 * t2025-09-082-2/+1
| |
* | plugin/ac: rt process2 * r + 2 * t2025-09-081-1/+3
| |
* | plugin/ap: fix collector2 * r + 2 * t2025-09-0815-278/+428
| | | | | | | | Actually read from speakers not mic
* | dev: export cmake compile commands2 * r + 2 * t2025-09-082-1/+2
| | | | | | | | For LSP