summaryrefslogtreecommitdiff
path: root/modules (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-07-22lock: show status on small screens2 * r + 2 * t2-92/+94
Hide notifs but show status
2025-07-22background: load not async2 * r + 2 * t1-1/+1
Fixes #235
2025-07-22background: some fixes for desktop clock2 * r + 2 * t2-2/+25
Loader + use implicit width/height + move
2025-07-22feat: add a simple desktop clock (#238)Kaj1-0/+7
* Adds a simple desktop clock * Adds ability to change color * Sets the desktop clock to be disabled by default * Improves desktop clock code based on feedback * Disable the clock by default * Fixes config of background clock * Removes the timer for the desktop clock --------- Co-authored-by: Kaj Giesbers <kajgiesbers@gmail.com>
2025-07-20internal: code style2 * r + 2 * t1-9/+8
2025-07-20config: allow disabling background2 * r + 2 * t1-15/+20
Closes #208
2025-07-20feat: better file dialog2 * r + 2 * t2-10/+10
2025-07-20utilities: hide for now as wip2 * r + 2 * t1-2/+2
Was causing confusion
2025-07-20internal: remove unnecessary import2 * r + 2 * t1-1/+0
2025-07-19launcher: fix2 * r + 2 * t1-0/+1
2025-07-19launcher: fix state transitions2 * r + 2 * t3-87/+113
2025-07-19internal: move launcher stuff into subfolders2 * r + 2 * t12-5/+33
2025-07-19launcher: better scheme search2 * r + 2 * t1-1/+7
2025-07-19internal: clean up tray item2 * r + 2 * t1-10/+2
2025-07-19config: add config for using fzf/fuzzy search2 * r + 2 * t4-2/+7
2025-07-19feat: fzf-like search instead of fuzzy2 * r + 2 * t4-51/+24
Also add license for fuzzysort lib
2025-07-16bluetooth: use qs bluetoothSoramane3-21/+158
2025-07-16internal: create service configSoramane2-2/+2
2025-07-16internal: use new qs importsSoramane88-260/+260
2025-07-16notifs: remove body if emptySoramane1-0/+1
2025-07-16notifs: pause expire on pressSoramane1-1/+8
2025-07-16notifs: fix interactionsSoramane1-290/+290
2025-07-16notifs: use app2unit for linksSoramane1-2/+5
also make links only reactive when expanded
2025-07-16notifs: add close buttonSoramane1-35/+48
Closes #220
2025-07-12dashboard: use file uptime2 * r + 2 * t1-9/+21
2025-07-10bar: some internal fixes2 * r + 2 * t2-8/+6
2025-07-10feat: non persistent bar option2 * r + 2 * t5-3/+105
2025-07-10feat: drag launcher to open/close2 * r + 2 * t1-1/+10
Also fix dragging for session
2025-07-10internal: add utilities panel base2 * r + 2 * t8-3/+201
2025-07-10lock: fix input dragging2 * r + 2 * t1-0/+1
You could drag it horizontally cause it was interactive lol
2025-07-10internal: scroll fix part 22 * r + 2 * t2-2/+2
Closes #202
2025-07-09internal: fix scrolling for high res devices2 * r + 2 * t3-8/+9
Implements first part of #202
2025-07-09notifs: fix shrink height2 * r + 2 * t1-2/+2
Fix height when osd/session blocks
2025-07-09internal: pass around visibilities2 * r + 2 * t6-8/+22
Instead of singleton Also for panels
2025-07-09notifs: add indicators for offscreen notifs2 * r + 2 * t2-34/+44
2025-07-09lock: fix notifs height on startup2 * r + 2 * t1-0/+6
For some reason they do not have the correct height, so use a timer to recalculate after a small delay
2025-07-09internal: better anims2 * r + 2 * t3-8/+20
Appear anims for osd and session from fast spatial -> default spatial Anim opacity for lock notif extra counter Fix extra counter (list not popups)
2025-07-09dashboard: use shape for media visualiser2 * r + 2 * t1-41/+35
More cpu efficient
2025-07-09internal: better ripple anim2 * r + 2 * t1-20/+17
Fade after expansion, also correctly calculate ripple size Also fix ripples triggering on disabled buttons
2025-07-07paths: decode urls2 * r + 2 * t3-4/+6
Fixes spaces in paths breaking things
2025-07-07dashboard: fix pfp picker2 * r + 2 * t4-16/+22
Fixes caelestia-dots/caelestia#21
2025-07-03winfo: fix kill button2 * r + 2 * t1-1/+1
2025-07-03feat: fahrenheit option for weather (#189)William (Liam) Snow IV2-2/+2
* Added Fahrenheit to Weather Service * some fixes Allow for hot reloading config opt Add opt to example config --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
2025-07-02internal: use layer.effect2 * r + 2 * t8-132/+86
Also use clipping rect for wallpaper item
2025-07-01winfo: fix freeze when no active client2 * r + 2 * t1-1/+1
2025-06-30picker: fix client rects2 * r + 2 * t1-1/+1
2025-06-28internal: make weather reload on creation2 * r + 2 * t1-4/+1
Cause loadered
2025-06-28dashboard: optimise systemusage2 * r + 2 * t2-1/+8
Ref same way as cava
2025-06-28dashboard: optimise cava2 * r + 2 * t1-0/+4
Use refs to prevent loading at all times
2025-06-28dashboard: loader panes2 * r + 2 * t4-22/+27