summaryrefslogtreecommitdiff
path: root/utils/scripts (unfollow)
Commit message (Collapse)AuthorFilesLines
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-16nix: add direnv supportSoramane2-0/+14
2025-07-16nix: add coreutils & findutils depsSoramane1-0/+4
2025-07-16nix: optionally include cliSoramane3-21/+57
update flake inputs
2025-07-16nix: fix typo in default.nix (#219)Steven1-1/+1
2025-07-15nix: remove commented devshell stuffSoramane1-25/+0
2025-07-15feat: add nix flakeSoramane4-0/+221
2025-07-12launcher: better launch terminal apps2 * r + 2 * t1-1/+3
Run with fish -C so colours get sourced
2025-07-12internal: use execDetached for brightness2 * r + 2 * t1-6/+1
2025-07-12dashboard: use file uptime2 * r + 2 * t1-9/+21
2025-07-10bar: some internal fixes2 * r + 2 * t2-8/+6
2025-07-10readme: update for new options2 * r + 2 * t1-0/+4
2025-07-10feat: non persistent bar option2 * r + 2 * t6-3/+109
2025-07-10feat: drag launcher to open/close2 * r + 2 * t2-1/+11
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 * t4-2/+20
Closes #202
2025-07-09internal: fix scrolling for high res devices2 * r + 2 * t5-10/+33
Implements first part of #202
2025-07-09dashboard: sleep cava2 * r + 2 * t1-2/+15
Closes #201 Also allow hot updating visualiser bars config
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 * t7-9/+22
Instead of singleton Also for panels
2025-07-09notifs: add indicators for offscreen notifs2 * r + 2 * t3-34/+96
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-09hyprland: fix refreshing on events2 * r + 2 * t1-4/+12
2025-07-09internal: better ripple anim2 * r + 2 * t2-39/+37
Fade after expansion, also correctly calculate ripple size Also fix ripples triggering on disabled buttons
2025-07-07paths: decode urls2 * r + 2 * t7-11/+17
Fixes spaces in paths breaking things
2025-07-07dashboard: fix pfp picker2 * r + 2 * t4-16/+22
Fixes caelestia-dots/caelestia#21
2025-07-04issues: better templates2 * r + 2 * t5-52/+81
Use yaml for templates + force using a template
2025-07-03winfo: fix kill button2 * r + 2 * t1-1/+1
2025-07-03feat: fahrenheit option for weather (#189)William (Liam) Snow IV5-5/+9
* 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: set default bpm to 12 * r + 2 * t1-1/+1
So the media gif still plays even when beat detector doesnt work
2025-07-02internal: use layer.effect2 * r + 2 * t8-132/+86
Also use clipping rect for wallpaper item
2025-07-02internal: better curve for button ripples2 * r + 2 * t1-1/+1
2025-07-01osd: allow scroll2 * r + 2 * t1-0/+2
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-29weather: use xmlhttprequest2 * r + 2 * t3-26/+50
Remove curl dependency Also add buffer period so it doesnt spam api requests
2025-06-29icons: add keyboard bluetooth device2 * r + 2 * t1-0/+2
2025-06-28internal: more explicit2 * 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 * t3-9/+13
Ref same way as cava
2025-06-28dashboard: optimise cava2 * r + 2 * t3-1/+18
Use refs to prevent loading at all times
2025-06-28dashboard: loader panes2 * r + 2 * t4-22/+27
2025-06-28internal: use layouts for dashboard2 * r + 2 * t2-8/+25
2025-06-28dashboard: loader content2 * r + 2 * t3-16/+31