summaryrefslogtreecommitdiff
path: root/modules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* internal: use Anim component2 * r + 2 * t2025-08-2433-228/+89
|
* internal: add canim component2 * r + 2 * t2025-08-2415-98/+26
|
* internal: add anim component2 * r + 2 * t2025-08-2423-138/+1
| | | | No inlining
* bar: better handling for named workspaces2 * r + 2 * t2025-08-244-5/+18
| | | | Fixes #448
* internal: rename Hyprland -> Hypr2 * r + 2 * t2025-08-2411-35/+35
| | | | | Prevent shadowing Fixes window info not changing on switching to an empty workspace
* interactions: fix popouts close on lose hover2 * r + 2 * t2025-08-231-0/+6
|
* popouts/network: better rescan loading2 * r + 2 * t2025-08-231-15/+21
|
* config: player aliases + config default player2 * r + 2 * t2025-08-231-2/+2
| | | | Closes #441
* lock: add fprint support (#429)2 * r + 2 * t2025-08-237-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
* bar: add idle inhibitor (#459)Davi Ribeiro2025-08-232-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>
* dashboard: better pfp pickerSoramane2025-08-231-10/+12
|
* launcher: add special search2 * r + 2 * t2025-08-232-4/+65
| | | | Closes #464
* launcher: show current scheme/variant2 * r + 2 * t2025-08-235-36/+86
| | | | Also qsTr variant stuff
* launcher: add random wallpaper action2 * r + 2 * t2025-08-231-0/+10
|
* launcher: exact calculation for wallpaper width2 * r + 2 * t2025-08-235-9/+34
| | | | Fixes #322
* dashboard: better visualiser2 * r + 2 * t2025-08-231-1/+1
|
* bar: add kblayout popout2 * r + 2 * t2025-08-193-4/+13
|
* lock: better pfp fallback2 * r + 2 * t2025-08-191-2/+1
|
* lock: remove unnecessary id2 * r + 2 * t2025-08-171-2/+0
|
* internal: scale rounding properly2 * r + 2 * t2025-08-178-12/+13
|
* lock: refactor2 * r + 2 * t2025-08-172-5/+2
|
* lock: clear password buffer on unlock2 * r + 2 * t2025-08-161-0/+8
| | | | For when unlocking via ipc/globalshortcut
* bar/workspaces: better scroll2 * r + 2 * t2025-08-162-5/+13
|
* bar/workspaces: add special ws overlay2 * r + 2 * t2025-08-162-28/+465
|
* bar/workspaces: refactor2 * r + 2 * t2025-08-166-103/+77
|
* internal: static bar width2 * r + 2 * t2025-08-154-10/+11
|
* lock/notifs: retain notifs2 * r + 2 * t2025-08-151-0/+10
|
* notifs: use secondary container2 * r + 2 * t2025-08-141-3/+3
| | | | Instead of tertiary container
* internal: better loading indicator2 * r + 2 * t2025-08-144-91/+17
| | | | Abstract circular progress into own component
* config: add config for bar tray recolour & bg2 * r + 2 * t2025-08-142-8/+16
| | | | Closes #337
* internal: better colourisation2 * r + 2 * t2025-08-146-41/+14
|
* internal: use icon os logo instead of nerd font2 * r + 2 * t2025-08-133-24/+60
| | | | | Add caelestia logo to use as fallback os logo Add recolour lock fetch logo option
* lock/resources: async shapes2 * r + 2 * t2025-08-131-0/+1
|
* lock/fetch: hide user when bat and smol2 * r + 2 * t2025-08-132-21/+18
|
* bar: per-monitor workspaces option (#394)anders1302025-08-134-7/+15
| | | | | | | | | | | | | | | | | | | NOTE: option is true by default, which is a breaking change * feat(bar): add per-monitor workspace state * fix(bar): correct active workspace indicator * feat(bar): make per-monitor workspaces toggleable * fixes * more fixes * perMonitorWorkspaces default true + add to readme --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* bar: allow hiding items and reordering (#379)Laurens Duin2025-08-139-307/+291
| | | | | | | | | | | | | | | | | | | | | | | | | | | * feat: reorder bar, no popout yet * chore: cleanup * refactor: use DelegateChooser * feat: popouts * chore: cleanup * better popout check + fix async stuff + bar interaction + a bunch of other fixes * fix activewindow and bar vertical padding * readme: add config opt * bar: fix top/bottom padding * bar: better wheel behaviour --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* lock/fetch: add battery2 * r + 2 * t2025-08-121-2/+16
|
* config: add clock font config2 * r + 2 * t2025-08-123-0/+10
| | | | | Also use mono font for lock media artist Add rubik to nix font deps
* lock: dont load media cover when anim2 * r + 2 * t2025-08-124-7/+11
| | | | | Also no fractional font size Fix log warning
* lock: better scaling2 * r + 2 * t2025-08-123-18/+40
|
* lock: better scaling + fix null error2 * r + 2 * t2025-08-123-7/+8
|
* internal: clean up old lock files2 * r + 2 * t2025-08-127-1614/+0
|
* lock: fix input colour2 * r + 2 * t2025-08-121-1/+1
|
* lock/resources: fix scaling2 * r + 2 * t2025-08-121-2/+2
|
* lock/notifs: better anims2 * r + 2 * t2025-08-111-0/+21
|
* lock/notifs: don't show notifs until anim finish2 * r + 2 * t2025-08-112-1/+2
| | | | Cause layout calculations are slow
* lock/notifs: add empty placeholder2 * r + 2 * t2025-08-114-3/+61
|
* lock: add notifs2 * r + 2 * t2025-08-114-0/+385
|
* lock/fetch: shell -> uptime + no qsTr2 * r + 2 * t2025-08-112-35/+5
|
* lock: better scaling for weather & fetch2 * r + 2 * t2025-08-113-69/+124
|