summaryrefslogtreecommitdiff
path: root/modules (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-09-15utilities/record: allow pause/resume recording2 * r + 2 * t3-202/+360
2025-09-15utilities/record: select mode2 * r + 2 * t3-9/+33
2025-09-14utilities/record: app2unit2 * r + 2 * t1-2/+2
2025-09-14utilities: fix modal mouse area2 * r + 2 * t1-2/+6
Also better anim
2025-09-14utilities: extend modal scrim fade2 * r + 2 * t1-4/+12
2025-09-14internal: add opacity mask component2 * r + 2 * t2-11/+4
2025-09-14utilities: add scrim to recording delete modal2 * r + 2 * t1-0/+90
2025-09-14utilities: add recording delete confirmation2 * r + 2 * t4-9/+138
2025-09-14utilities: add recording control2 * r + 2 * t5-2/+333
2025-09-14internal: close panels when fullscreen app2 * r + 2 * t2-1/+18
See #609
2025-09-13launcher: prevent overlap with dashboard2 * r + 2 * t6-5/+24
Fixes #612
2025-09-13internal: fix blurriness2 * r + 2 * t2-14/+22
2025-09-13internal: use templates2 * r + 2 * t4-11/+9
2025-09-13plugin/managers: add CircularIndicatorManager2 * r + 2 * t4-5/+5
Basically move StyledBusyIndicator -> CircularIndicator + logic for it from js -> c++
2025-09-13plugin: refactor into modules2 * r + 2 * t4-4/+4
2025-09-13popouts/tray: better interaction2 * r + 2 * t4-4/+7
Not exclusive when on first layer of submenus Closes #610
2025-09-13launcher: fix anim2 * r + 2 * t1-4/+41
Fixes #607
2025-09-12bar: remove idle inhibitor2 * r + 2 * t2-39/+0
Use the one in the utilities panel instead
2025-09-12launcher: fix exclusion with utilities2 * r + 2 * t1-3/+6
2025-09-12launcher: loader content2 * r + 2 * t4-50/+60
2025-09-12osd: loader content2 * r + 2 * t2-6/+12
2025-09-12dashboard: persist state2 * r + 2 * t4-15/+44
2025-09-12utilities: loader content2 * r + 2 * t1-2/+27
2025-09-12utilities: add keep awake and quick toggles2 * r + 2 * t5-27/+286
2025-09-12interactions: fix interaction area2 * r + 2 * t1-0/+2
Hyprland bug smh
2025-09-11shortcuts: add dashboard shortcut2 * r + 2 * t1-0/+9
2025-09-11plugin/appdb: fix persistence2 * r + 2 * t1-18/+0
2025-09-11launcher: sort apps by usage2 * r + 2 * t1-19/+28
Closes #588
2025-09-10launcher: not full rounding + better anim2 * r + 2 * t6-8/+21
2025-09-10launcher: add config option for hiding applications (#568)anders1301-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>
2025-09-10launcher: fix showOnHover2 * r + 2 * t1-1/+2
Closes #591 Fixes #562
2025-09-10launcher/wallpaper: include subfolder in search2 * r + 2 * t1-1/+0
Closes #589
2025-09-09bar/tray: add icon subs2 * r + 2 * t1-8/+2
Usage: array of { id, image | icon }
2025-09-09internal: use Qt.resolvedUrl2 * r + 2 * t6-6/+6
2025-09-09launcher: allow configuring actions (#558)Belal2-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>
2025-09-09dashboard: fix pfp picker2 * r + 2 * t1-1/+1
Fixes #579
2025-09-09dashboard/media: fix incubation warning2 * r + 2 * t1-1/+0
2025-09-09plugin/ac: not singleton2 * r + 2 * t3-10/+8
Also add nodeId prop BeatTracker not singleton Move BeatTracker and Cava to Audio service
2025-09-08bar: configurable scroll actions (#559)Belal1-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>
2025-09-08bar/statusicons: add mic indicator2 * r + 2 * t1-0/+12
Closes #578
2025-09-08dashboard/media: ensure visualiser heads2 * r + 2 * t2-2/+1
2025-09-08plugin/ap: fix collector2 * r + 2 * t2-7/+8
Actually read from speakers not mic
2025-09-06plugin: abstract service + ref2 * r + 2 * t2-2/+2
2025-09-04plugin: add BeatTracker2 * r + 2 * t2-2/+13
Replaces beat-detector.cpp
2025-09-04plugin: add qalculator2 * r + 2 * t1-38/+5
For launcher >calc instead of qalc proc
2025-09-03launcher/wallpaper: add placeholder2 * r + 2 * t1-3/+11
2025-09-03dashboard/calendar: add scroll2 * r + 2 * t1-152/+165
2025-09-03dashboard/calendar: fix2 * r + 2 * t1-5/+7
2025-09-03dashboard: add month/year and paging to calendar (#499)M Matthew Hydock4-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>
2025-09-03internal: non async popouts2 * r + 2 * t1-1/+0
Fixes "Component is not ready" warnings