summaryrefslogtreecommitdiff
path: root/modules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* launcher: not full rounding + better anim2 * r + 2 * t2025-09-106-8/+21
|
* launcher: add config option for hiding applications (#568)anders1302025-09-101-1/+1
| | | | | | | | | | | | | * 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-101-1/+0
| | | | Closes #589
* bar/tray: add icon subs2 * r + 2 * t2025-09-091-8/+2
| | | | Usage: array of { id, image | icon }
* internal: use Qt.resolvedUrl2 * r + 2 * t2025-09-096-6/+6
|
* launcher: allow configuring actions (#558)Belal2025-09-092-141/+28
| | | | | | | | | | | * 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-093-10/+8
| | | | | | Also add nodeId prop BeatTracker not singleton Move BeatTracker and Cava to Audio service
* bar: configurable scroll actions (#559)Belal2025-09-081-3/+3
| | | | | | | | | | | * 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-081-0/+12
| | | | Closes #578
* dashboard/media: ensure visualiser heads2 * r + 2 * t2025-09-082-2/+1
|
* plugin/ap: fix collector2 * r + 2 * t2025-09-082-7/+8
| | | | Actually read from speakers not mic
* plugin: abstract service + ref2 * r + 2 * t2025-09-062-2/+2
|
* plugin: add BeatTracker2 * r + 2 * t2025-09-042-2/+13
| | | | Replaces beat-detector.cpp
* plugin: add qalculator2 * r + 2 * t2025-09-041-38/+5
| | | | For launcher >calc instead of qalc proc
* launcher/wallpaper: add placeholder2 * r + 2 * t2025-09-031-3/+11
|
* dashboard/calendar: add scroll2 * r + 2 * t2025-09-031-152/+165
|
* dashboard/calendar: fix2 * r + 2 * t2025-09-031-5/+7
|
* dashboard: add month/year and paging to calendar (#499)M Matthew Hydock2025-09-034-33/+189
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add month/year and paging to calendar also, removed day/month from time panel, and highlighting weekends (need to figure out why the weekday enum is incorrect. locale issue?) * removing dayOfWeek offset hack this is clearly a me problem. my locale appears to be set to dz, but only for caelestia shell. not sure why. * aesthetic and localization improvements * ensure all localized dates use UTC issues i was having wrt localized date and day-of-week being off by one appear to have been due to my timezone. forcing UTC seems to fix this. * fixes * anim today indicator * keep state across open/close * fix --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* internal: non async popouts2 * r + 2 * t2025-09-031-1/+0
| | | | Fixes "Component is not ready" warnings
* bar/statusicons: add lock keys indicator (#514)Belal2025-09-033-9/+103
| | | | | | | | | | | | | * [StatusIcons] Add caps lock indicator * Seprate CapsLock icon * Use material icon * fixes --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* internal: refactor Paths util2 * r + 2 * t2025-09-035-5/+5
|
* lock/notifs: fix undef error2 * r + 2 * t2025-09-021-2/+2
|
* bar/workspaces: add option for ws name capitalisation (#543)sweenu2025-09-011-1/+8
|
* bar/workspaces: different `showWindows` option for special ws (#544)sweenu2025-09-011-4/+4
|
* 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>
* plugin: add FileSystemModel2 * r + 2 * t2025-08-311-2/+3
|
* wallpapers: use CAELESTIA_WALLPAPERS_DIR env2 * r + 2 * t2025-08-301-1/+1
| | | | Env var overrides config option
* launcher: allow show on hover (#498)M Matthew Hydock2025-08-301-2/+4
| | | | added `showOnHover` to launcher config, disabled by default to preserve existing functionality. when enabled, drag-to-show is disabled.
* osd: fix scroll sensSoramane2025-08-281-3/+3
|
* lock: show keyboard layout2 * r + 2 * t2025-08-281-1/+17
| | | | Closes #450
* lock: add caps/num lock indicator2 * r + 2 * t2025-08-281-90/+148
| | | | Closes #485
* hypr: fix active window and window focus (#483)Davi Ribeiro2025-08-271-0/+3
| | | | | | | | | * services/hypr: fix active window and window focus * format --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* internal: move notif icon lower2 * r + 2 * t2025-08-272-2/+2
|
* internal: better copy2 * r + 2 * t2025-08-271-2/+5
|
* picker: better client detection2 * r + 2 * t2025-08-271-10/+13
|
* picker: use saveItem2 * r + 2 * t2025-08-271-2/+27
| | | | Removes grim dependency
* bar/clock: allow hiding icon (#484)Bruno Inec2025-08-271-5/+11
| | | | | | | | | * 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-273-39/+90
| | | | Disabled by default
* config: allow enable/disable osd brightness (#481)Faiz Khan2025-08-271-17/+29
| | | | | | | | | | | | | * 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>
* background: add visualiser2 * r + 2 * t2025-08-254-4/+157
| | | | Also dashboard.visualiserBars -> services.visualiserBars
* internal: use Anim component2 * r + 2 * t2025-08-2433-228/+89
|
* internal: add canim component2 * r + 2 * t2025-08-2415-98/+26
|
* internal: add anim component2 * r + 2 * t2025-08-2423-138/+1
| | | | No inlining
* bar: better handling for named workspaces2 * r + 2 * t2025-08-244-5/+18
| | | | Fixes #448
* internal: rename Hyprland -> Hypr2 * r + 2 * t2025-08-2411-35/+35
| | | | | Prevent shadowing Fixes window info not changing on switching to an empty workspace
* interactions: fix popouts close on lose hover2 * r + 2 * t2025-08-231-0/+6
|