summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* services: fix proc lang (#454)Mix2025-08-232-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>
* hyprland: fix active client on empty ws2 * r + 2 * t2025-08-231-1/+8
| | | | Closes #465
* lock: add fprint support (#429)2 * r + 2 * t2025-08-2311-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
* bar: add idle inhibitor (#459)Davi Ribeiro2025-08-239-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>
* dashboard: better pfp pickerSoramane2025-08-231-10/+12
|
* nix: fix qt hookSoramane2025-08-231-1/+1
|
* launcher: add special search2 * r + 2 * t2025-08-234-4/+67
| | | | 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-232-2/+2
|
* nix: add wrapQtAppsHook (#461)BardMoon2025-08-232-2/+2
| | | | | * nix: add wrapQtAppsHook * nix: delete "QT_QPA_PLATFORMTHEME=gtk3"
* nix/hm: fix missing icons in hm-module (#457)anders1302025-08-221-0/+1
|
* nix/hm: fix pkg.system missing attr (#433)Winder2025-08-221-2/+4
| | | Co-authored-by: notwinder <winderdawshmaster@gmail.com>
* nix/hm: fix type of settings and cli.settings (#456)Jeshua Lin2025-08-221-2/+2
|
* bar: add kblayout popout2 * r + 2 * t2025-08-194-7/+17
|
* 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-1710-15/+16
|
* lock: refactor2 * r + 2 * t2025-08-172-5/+2
|
* [CI] chore: update flakegithub-actions2025-08-171-6/+6
|
* 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-163-29/+466
|
* bar/workspaces: refactor2 * r + 2 * t2025-08-169-109/+96
|
* internal: static bar width2 * r + 2 * t2025-08-156-12/+12
|
* 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-146-156/+210
| | | | Abstract circular progress into own component
* nix: use newer version of app2unit (#419)Davi Ribeiro2025-08-142-0/+15
|
* config: add config for bar tray recolour & bg2 * r + 2 * t2025-08-144-8/+26
| | | | Closes #337
* internal: better colourisation2 * r + 2 * t2025-08-148-42/+100
|
* nix: extend `hm-module` for CLI config options and add `extraRuntimeDeps` to ↵anders1302025-08-132-8/+27
| | | | | | | | | package (#410) * nix: make runtimeDeps extendible * nix: add settings for caelestia-cli * nix: fix option description
* internal: use icon os logo instead of nerd font2 * r + 2 * t2025-08-138-83/+151
| | | | | Add caelestia logo to use as fallback os logo Add recolour lock fetch logo option
* config: add config for disabling smart scheme2 * r + 2 * t2025-08-133-3/+6
| | | | Closes #408
* ci: fix diff check2 * r + 2 * t2025-08-131-1/+1
|
* 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-137-7/+21
| | | | | | | | | | | | | | | | | | | 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-1311-307/+368
| | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* nix: add home manager module (#402)Davi Ribeiro2025-08-133-2/+86
| | | | | | | | | | | | | * nix/hm: add home manager module * nix/hm: remove uneeded options * nix/hm: add cli option * nix/hm: allow shell use CLI when 'cli.enable' is false * nix/hm: fix systemd service * nix/hm: use config dir from xdg standard
* nix: fix depSoramane2025-08-121-0/+1
|
* lock/fetch: add battery2 * r + 2 * t2025-08-121-2/+16
|
* config: add clock font config2 * r + 2 * t2025-08-126-2/+13
| | | | | Also use mono font for lock media artist Add rubik to nix font deps
* config: change default fonts2 * r + 2 * t2025-08-124-7/+7
| | | | Use caskaydia cove and rubik
* 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
|
* wallpapers: allow symlinked wallpaper directory (#399)Laurens Duin2025-08-121-1/+1
|
* internal: clean up old lock files2 * r + 2 * t2025-08-127-1614/+0
|