| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | plugin: add BeatTracker | 2 * r + 2 * t | 2025-09-04 | 9 | -31/+176 |
| | | | | | Replaces beat-detector.cpp | ||||
| * | nix: remove unneeded deps | 2 * r + 2 * t | 2025-09-04 | 1 | -8/+0 |
| | | |||||
| * | plugin: add qalculator | 2 * r + 2 * t | 2025-09-04 | 5 | -41/+77 |
| | | | | | For launcher >calc instead of qalc proc | ||||
| * | plugin/cim: use QtConcurrent | 2 * r + 2 * t | 2025-09-03 | 3 | -47/+54 |
| | | |||||
| * | plugin/fsm: nodiscard stuff | 2 * r + 2 * t | 2025-09-03 | 1 | -15/+15 |
| | | |||||
| * | launcher/wallpaper: add placeholder | 2 * r + 2 * t | 2025-09-03 | 1 | -3/+11 |
| | | |||||
| * | plugin/fsm: emit entriesChanged | 2 * r + 2 * t | 2025-09-03 | 1 | -0/+2 |
| | | |||||
| * | dashboard/calendar: add scroll | 2 * r + 2 * t | 2025-09-03 | 1 | -152/+165 |
| | | |||||
| * | dashboard/calendar: fix | 2 * r + 2 * t | 2025-09-03 | 1 | -5/+7 |
| | | |||||
| * | nix/hm: move environment to systemd.environment + refactor (#551) | Davi Ribeiro | 2025-09-03 | 2 | -51/+57 |
| | | | | | | | | | | | | | | | | | | | | * nix/hm: environment moved to systemd.environment * nix/hm: change systemd default target Follow the home-manager convention for wayland systemd services * nix/hm: refactor * readme: refactor configuring section * readme: fix format * format --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | ||||
| * | dashboard: add month/year and paging to calendar (#499) | M Matthew Hydock | 2025-09-03 | 4 | -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 popouts | 2 * r + 2 * t | 2025-09-03 | 1 | -1/+0 |
| | | | | | Fixes "Component is not ready" warnings | ||||
| * | bar/statusicons: add lock keys indicator (#514) | Belal | 2025-09-03 | 5 | -10/+106 |
| | | | | | | | | | | | | | | * [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> | ||||
| * | filedialog: anim empty text | 2 * r + 2 * t | 2025-09-03 | 1 | -1/+8 |
| | | |||||
| * | filedialog: fix anims | 2 * r + 2 * t | 2025-09-03 | 2 | -15/+19 |
| | | | | | Assign to non reactive bindings so no update during remove anim when modelData is destroyed | ||||
| * | internal: refactor Paths util | 2 * r + 2 * t | 2025-09-03 | 15 | -36/+39 |
| | | |||||
| * | plugin/fsm: incremental updates | 2 * r + 2 * t | 2025-09-03 | 3 | -24/+114 |
| | | |||||
| * | lock/notifs: fix undef error | 2 * r + 2 * t | 2025-09-02 | 1 | -2/+2 |
| | | |||||
| * | nix/hm: add extraEnvironment (#533) | BardMoon | 2025-09-02 | 2 | -1/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * nix: add extraEnvironment in home-manager This PR enables users to easily add environment variables to make systemd services work properly in all use cases. #390 * Update README.md * Update README.md * fix * Update hm-module.nix * Update hm-module.nix * extraEnvironment to environment * Update README.md * [CI] chore: update flake * fix --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> | ||||
| * | internal: fix undef/null errors | 2 * r + 2 * t | 2025-09-02 | 2 | -9/+12 |
| | | |||||
| * | internal: use FileSystemModel for FileDialog | 2 * r + 2 * t | 2025-09-02 | 6 | -46/+44 |
| | | |||||
| * | plugin/fsm: add showHidden & dirs filter | 2 * r + 2 * t | 2025-09-02 | 2 | -41/+88 |
| | | |||||
| * | plugin/fsm: allow disabling watching | 2 * r + 2 * t | 2025-09-02 | 2 | -2/+24 |
| | | |||||
| * | plugin/fsm: async add watcher paths | 2 * r + 2 * t | 2025-09-02 | 1 | -10/+22 |
| | | | | | Also remove debug messages and remove futures from hash on completion | ||||
| * | plugin/fsm: async update | 2 * r + 2 * t | 2025-09-02 | 4 | -53/+100 |
| | | |||||
| * | plugin/fsm: only update changed dir | 2 * r + 2 * t | 2025-09-02 | 2 | -5/+16 |
| | | | | | Also add added and removed signals | ||||
| * | plugin/fsm: sort dirs first | 2 * r + 2 * t | 2025-09-02 | 1 | -0/+3 |
| | | |||||
| * | plugin/fsm: incremental updates + sort | 2 * r + 2 * t | 2025-09-02 | 1 | -10/+21 |
| | | |||||
| * | internal: remove singleton reloadableId | 2 * r + 2 * t | 2025-09-02 | 2 | -4/+0 |
| | | |||||
| * | brightness: add ipc handler for get/set (#546) | sweenu | 2025-09-02 | 1 | -6/+78 |
| | | | | | | | | | | | | * services(brightness): add IpcHandler with brightnessctl like set function * allow get/set for specific monitor Also handle invalid formats --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | ||||
| * | bar/workspaces: add option for ws name capitalisation (#543) | sweenu | 2025-09-01 | 2 | -2/+10 |
| | | |||||
| * | bar/workspaces: different `showWindows` option for special ws (#544) | sweenu | 2025-09-01 | 2 | -4/+5 |
| | | |||||
| * | dashboard/media: slightly improve media seeking | 2 * r + 2 * t | 2025-09-01 | 1 | -1/+7 |
| | | | | | Still kinda buggy, but not as bad | ||||
| * | dashboard/media: add scroll to seek (#528) | Belal | 2025-09-01 | 1 | -0/+17 |
| | | | | | | | | | | * dashboard/media: add scroll to seek * fix --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | ||||
| * | nix/hm: add systemd.target in home-manager (#532) | BardMoon | 2025-09-01 | 2 | -4/+14 |
| | | | | | | | | | | | | | | | | * nix: add systemd.target * fix: format * Update README.md * Update hm-module.nix https://github.com/Vladimir-csp/uwsm/blob/cf2b1d84059f1954d4ec864f2b46a86515acc3c1/example-units/hyprpaper.service#L19 * fix * Update README.md | ||||
| * | beatdetector: fix pod builder init | 2 * r + 2 * t | 2025-09-01 | 1 | -1/+2 |
| | | |||||
| * | internal: fix beat detector warnings | 2 * r + 2 * t | 2025-09-01 | 1 | -5/+6 |
| | | |||||
| * | internal: format cpp | 2 * r + 2 * t | 2025-09-01 | 9 | -249/+305 |
| | | |||||
| * | plugin/fsm: only provide modelData role | 2 * r + 2 * t | 2025-09-01 | 2 | -41/+6 |
| | | |||||
| * | plugin/cim: better sourceSize | 2 * r + 2 * t | 2025-09-01 | 3 | -27/+11 |
| | | |||||
| * | plugin: fix warnings + const stuff | 2 * r + 2 * t | 2025-09-01 | 6 | -62/+62 |
| | | |||||
| * | cmake: more compiler warnings | 2 * r + 2 * t | 2025-09-01 | 2 | -2/+13 |
| | | |||||
| * | plugin/fsm: lazy entriesChanged | 2 * r + 2 * t | 2025-08-31 | 1 | -15/+32 |
| | | | | | Only emit when it actually changes (comparison via paths) | ||||
| * | plugin/fsm: add new roles | 2 * r + 2 * t | 2025-08-31 | 2 | -2/+10 |
| | | |||||
| * | plugin/fsm: rename files -> entries | 2 * r + 2 * t | 2025-08-31 | 3 | -29/+48 |
| | | | | | Also rename filter & add props | ||||
| * | plugin: add FileSystemModel | 2 * r + 2 * t | 2025-08-31 | 6 | -50/+288 |
| | | |||||
| * | plugin/cim: check if cache is valid image | 2 * r + 2 * t | 2025-08-31 | 2 | -5/+5 |
| | | |||||
| * | plugin/cutils: add getAverageLuminance | 2 * r + 2 * t | 2025-08-31 | 3 | -58/+219 |
| | | | | | | | Fixes stutters in wallpaper list Also fix crash when saveItem target doesn't have a window | ||||
| * | [CI] chore: update flake | github-actions | 2025-08-31 | 1 | -10/+10 |
| | | |||||
| * | dev: build using clang by default | Soramane | 2025-08-31 | 1 | -0/+3 |
| | | |||||