summaryrefslogtreecommitdiff
path: root/modules (unfollow)
Commit message (Collapse)AuthorFilesLines
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
2025-09-03bar/statusicons: add lock keys indicator (#514)Belal3-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>
2025-09-03internal: refactor Paths util2 * r + 2 * t5-5/+5
2025-09-02lock/notifs: fix undef error2 * r + 2 * t1-2/+2
2025-09-01bar/workspaces: add option for ws name capitalisation (#543)sweenu1-1/+8
2025-09-01bar/workspaces: different `showWindows` option for special ws (#544)sweenu1-4/+4
2025-09-01dashboard/media: slightly improve media seeking2 * r + 2 * t1-1/+7
Still kinda buggy, but not as bad
2025-09-01dashboard/media: add scroll to seek (#528)Belal1-0/+17
* dashboard/media: add scroll to seek * fix --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
2025-08-31plugin: add FileSystemModel2 * r + 2 * t1-2/+3
2025-08-30wallpapers: use CAELESTIA_WALLPAPERS_DIR env2 * r + 2 * t1-1/+1
Env var overrides config option
2025-08-30launcher: allow show on hover (#498)M Matthew Hydock1-2/+4
added `showOnHover` to launcher config, disabled by default to preserve existing functionality. when enabled, drag-to-show is disabled.
2025-08-28osd: fix scroll sensSoramane1-3/+3
2025-08-28lock: show keyboard layout2 * r + 2 * t1-1/+17
Closes #450
2025-08-28lock: add caps/num lock indicator2 * r + 2 * t1-90/+148
Closes #485
2025-08-27hypr: fix active window and window focus (#483)Davi Ribeiro1-0/+3
* services/hypr: fix active window and window focus * format --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
2025-08-27internal: move notif icon lower2 * r + 2 * t2-2/+2
2025-08-27internal: better copy2 * r + 2 * t1-2/+5
2025-08-27picker: better client detection2 * r + 2 * t1-10/+13
2025-08-27picker: use saveItem2 * r + 2 * t1-2/+27
Removes grim dependency
2025-08-27bar/clock: allow hiding icon (#484)Bruno Inec1-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>
2025-08-27osd: add mic volume2 * r + 2 * t3-39/+90
Disabled by default
2025-08-27config: allow enable/disable osd brightness (#481)Faiz Khan1-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>
2025-08-25background: add visualiser2 * r + 2 * t4-4/+157
Also dashboard.visualiserBars -> services.visualiserBars
2025-08-24internal: use Anim component2 * r + 2 * t33-228/+89
2025-08-24internal: add canim component2 * r + 2 * t15-98/+26
2025-08-24internal: add anim component2 * r + 2 * t23-138/+1
No inlining
2025-08-24bar: better handling for named workspaces2 * r + 2 * t4-5/+18
Fixes #448
2025-08-24internal: rename Hyprland -> Hypr2 * r + 2 * t11-35/+35
Prevent shadowing Fixes window info not changing on switching to an empty workspace
2025-08-23interactions: fix popouts close on lose hover2 * r + 2 * t1-0/+6
2025-08-23popouts/network: better rescan loading2 * r + 2 * t1-15/+21
2025-08-23config: player aliases + config default player2 * r + 2 * t1-2/+2
Closes #441
2025-08-23lock: add fprint support (#429)2 * r + 2 * t7-29/+295
* lock: add fprint support * lock: better fprint detection * lock: cap error retries * nix: fix fprint pam for nix * lock: reset fprint tries * lock: minor pam fixes Delay fprint error retries Reset fprint error retries on lock * lock: loading indicator passwd state Instead of fprint state cause no way of detecting that * dashboard: better visualiser * lock: better fprint availability check * lock: better in/out anim Animating layout sizes is a bad idea :woe: Use scale instead * lock: add better error/fail messages * lock: less fprint icon states Already shown by message * lock: fix fprint reset * lock: include passwd pam * lock: flash message on change * lock: fix message anim Also wrap message instead of eliding * lock: better messages for no fprint
2025-08-23bar: add idle inhibitor (#459)Davi Ribeiro2-0/+39
* bar: add idle inhibitor * bar: change idle inhibitor button color * nix: link external scripts instead of install * services/idleinhibitor: add IPC handler * better styling * move cpp scripts to assets/cpp --------- Co-authored-by: Soramane <61896496+soramanew@users.noreply.github.com>
2025-08-23dashboard: better pfp pickerSoramane1-10/+12
2025-08-23launcher: add special search2 * r + 2 * t2-4/+65
Closes #464
2025-08-23launcher: show current scheme/variant2 * r + 2 * t5-36/+86
Also qsTr variant stuff
2025-08-23launcher: add random wallpaper action2 * r + 2 * t1-0/+10
2025-08-23launcher: exact calculation for wallpaper width2 * r + 2 * t5-9/+34
Fixes #322