| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2025-08-25 | config: add gpu type config | 2 * r + 2 * t | 3 | -3/+7 | |
| 2025-08-24 | beatdetector: increase default bpm | 2 * r + 2 * t | 1 | -1/+1 | |
| 2025-08-24 | weather: use city instead of lat/long | 2 * r + 2 * t | 1 | -7/+5 | |
| Also lazy load | |||||
| 2025-08-24 | Revert "hyprland: fix active client on empty ws" | 2 * r + 2 * t | 1 | -8/+1 | |
| This reverts commit a8151fc89d9a7977e5fa5dd3dfbed17c8f6101a1. | |||||
| 2025-08-24 | internal: cleanup | 2 * r + 2 * t | 1 | -4/+0 | |
| 2025-08-24 | internal: use Anim component | 2 * r + 2 * t | 44 | -291/+110 | |
| 2025-08-24 | internal: add canim component | 2 * r + 2 * t | 25 | -152/+46 | |
| 2025-08-24 | internal: add anim component | 2 * r + 2 * t | 26 | -150/+9 | |
| No inlining | |||||
| 2025-08-24 | bar: better handling for named workspaces | 2 * r + 2 * t | 4 | -5/+18 | |
| Fixes #448 | |||||
| 2025-08-24 | hypr: proper kb layout code | 2 * r + 2 * t | 2 | -2/+22 | |
| 2025-08-24 | internal: rename Hyprland -> Hypr | 2 * r + 2 * t | 14 | -40/+39 | |
| Prevent shadowing Fixes window info not changing on switching to an empty workspace | |||||
| 2025-08-24 | [CI] chore: update flake | github-actions | 1 | -6/+6 | |
| 2025-08-23 | interactions: fix popouts close on lose hover | 2 * r + 2 * t | 1 | -0/+6 | |
| 2025-08-23 | popouts/network: better rescan loading | 2 * r + 2 * t | 2 | -15/+27 | |
| 2025-08-23 | nix: fix patch | 2 * r + 2 * t | 1 | -5/+5 | |
| Merge fail :woe: | |||||
| 2025-08-23 | config: player aliases + config default player | 2 * r + 2 * t | 4 | -4/+20 | |
| Closes #441 | |||||
| 2025-08-23 | services: fix proc lang (#454) | Mix | 2 | -6/+6 | |
| * Fix Wifi Emoji ASCII not show wifi emojis and gets errors on connect in some systens, C.UTF-8 are correct in modern systens * removed platform check * more fixes --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | |||||
| 2025-08-23 | hyprland: fix active client on empty ws | 2 * r + 2 * t | 1 | -1/+8 | |
| Closes #465 | |||||
| 2025-08-23 | lock: add fprint support (#429) | 2 * r + 2 * t | 11 | -29/+311 | |
| * 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-23 | bar: add idle inhibitor (#459) | Davi Ribeiro | 9 | -9/+318 | |
| * 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-23 | dashboard: better pfp picker | Soramane | 1 | -10/+12 | |
| 2025-08-23 | nix: fix qt hook | Soramane | 1 | -1/+1 | |
| 2025-08-23 | launcher: add special search | 2 * r + 2 * t | 4 | -4/+67 | |
| Closes #464 | |||||
| 2025-08-23 | launcher: show current scheme/variant | 2 * r + 2 * t | 5 | -36/+86 | |
| Also qsTr variant stuff | |||||
| 2025-08-23 | launcher: add random wallpaper action | 2 * r + 2 * t | 1 | -0/+10 | |
| 2025-08-23 | launcher: exact calculation for wallpaper width | 2 * r + 2 * t | 5 | -9/+34 | |
| Fixes #322 | |||||
| 2025-08-23 | dashboard: better visualiser | 2 * r + 2 * t | 2 | -2/+2 | |
| 2025-08-23 | nix: add wrapQtAppsHook (#461) | BardMoon | 2 | -2/+2 | |
| * nix: add wrapQtAppsHook * nix: delete "QT_QPA_PLATFORMTHEME=gtk3" | |||||
| 2025-08-22 | nix/hm: fix missing icons in hm-module (#457) | anders130 | 1 | -0/+1 | |
| 2025-08-22 | nix/hm: fix pkg.system missing attr (#433) | Winder | 1 | -2/+4 | |
| Co-authored-by: notwinder <winderdawshmaster@gmail.com> | |||||
| 2025-08-22 | nix/hm: fix type of settings and cli.settings (#456) | Jeshua Lin | 1 | -2/+2 | |
| 2025-08-19 | bar: add kblayout popout | 2 * r + 2 * t | 4 | -7/+17 | |
| 2025-08-19 | lock: better pfp fallback | 2 * r + 2 * t | 1 | -2/+1 | |
| 2025-08-17 | lock: remove unnecessary id | 2 * r + 2 * t | 1 | -2/+0 | |
| 2025-08-17 | internal: scale rounding properly | 2 * r + 2 * t | 10 | -15/+16 | |
| 2025-08-17 | lock: refactor | 2 * r + 2 * t | 2 | -5/+2 | |
| 2025-08-17 | [CI] chore: update flake | github-actions | 1 | -6/+6 | |
| 2025-08-16 | lock: clear password buffer on unlock | 2 * r + 2 * t | 1 | -0/+8 | |
| For when unlocking via ipc/globalshortcut | |||||
| 2025-08-16 | bar/workspaces: better scroll | 2 * r + 2 * t | 2 | -5/+13 | |
| 2025-08-16 | bar/workspaces: add special ws overlay | 2 * r + 2 * t | 3 | -29/+466 | |
| 2025-08-16 | bar/workspaces: refactor | 2 * r + 2 * t | 9 | -109/+96 | |
| 2025-08-15 | internal: static bar width | 2 * r + 2 * t | 6 | -12/+12 | |
| 2025-08-15 | lock/notifs: retain notifs | 2 * r + 2 * t | 1 | -0/+10 | |
| 2025-08-14 | notifs: use secondary container | 2 * r + 2 * t | 1 | -3/+3 | |
| Instead of tertiary container | |||||
| 2025-08-14 | internal: better loading indicator | 2 * r + 2 * t | 6 | -156/+210 | |
| Abstract circular progress into own component | |||||
| 2025-08-14 | nix: use newer version of app2unit (#419) | Davi Ribeiro | 2 | -0/+15 | |
| 2025-08-14 | config: add config for bar tray recolour & bg | 2 * r + 2 * t | 4 | -8/+26 | |
| Closes #337 | |||||
| 2025-08-14 | internal: better colourisation | 2 * r + 2 * t | 8 | -42/+100 | |
| 2025-08-13 | nix: extend `hm-module` for CLI config options and add `extraRuntimeDeps` to ↵ | anders130 | 2 | -8/+27 | |
| package (#410) * nix: make runtimeDeps extendible * nix: add settings for caelestia-cli * nix: fix option description | |||||
| 2025-08-13 | internal: use icon os logo instead of nerd font | 2 * r + 2 * t | 8 | -83/+151 | |
| Add caelestia logo to use as fallback os logo Add recolour lock fetch logo option | |||||