Commit Graph

359 Commits

Author SHA1 Message Date
github-actions ee7c7c2d5d [CI] chore: update flake 2025-10-03 01:49:13 +00:00
github-actions 28a831779e [CI] chore: update flake 2025-10-02 01:49:11 +00:00
github-actions 069d3a95da [CI] chore: update flake 2025-09-30 01:47:52 +00:00
github-actions af79030bf5 [CI] chore: update flake 2025-09-28 02:00:02 +00:00
github-actions 1de7da5f2b [CI] chore: update flake 2025-09-27 01:46:12 +00:00
github-actions 4be834aa11 [CI] chore: update flake 2025-09-26 01:51:20 +00:00
github-actions 8399eee947 [CI] chore: update flake 2025-09-25 01:51:43 +00:00
github-actions 62e5dc317a [CI] chore: update flake 2025-09-24 01:50:54 +00:00
github-actions 60a6be2dfd [CI] chore: update flake 2025-09-23 01:49:21 +00:00
github-actions 7fc5bcca1a [CI] chore: update flake 2025-09-22 01:59:18 +00:00
github-actions 64fd3a4a28 [CI] chore: update flake 2025-09-21 02:02:29 +00:00
github-actions dd982bcb96 [CI] chore: update flake 2025-09-20 01:46:38 +00:00
github-actions 1bac394029 [CI] chore: update flake 2025-09-19 01:51:52 +00:00
github-actions b36794bbb5 [CI] chore: update flake 2025-09-18 01:48:31 +00:00
github-actions c3e8a6de72 [CI] chore: update flake 2025-09-17 01:48:57 +00:00
github-actions 65df31dca4 [CI] chore: update flake 2025-09-16 01:48:54 +00:00
2 * r + 2 * t ad6df1c9d2 record: add extraArgs config 2025-09-15 23:18:08 +10:00
github-actions e038c5d86a [CI] chore: update flake 2025-09-15 01:57:49 +00:00
2 * r + 2 * t e560a6e3d2 version: catch correct error 2025-09-14 20:45:57 +10:00
2 * r + 2 * t 62e7911864 version: fix pacman + use shell version helper v1.0.1 2025-09-14 00:12:42 +10:00
2 * r + 2 * t 6f8e5849cb readme: update installation section
Add stable/unstable packages + nix
2025-09-14 00:03:22 +10:00
2 * r + 2 * t 54f7611437 ci: create release v1.0.0 2025-09-13 23:36:01 +10:00
2 * r + 2 * t 2eda287a80 record: wl-screenrec -> gpu-screen-recorder
Supports NVIDIA, so no need for having a fallback
Also supports pausing
2025-09-13 22:58:57 +10:00
github-actions 4263e5f809 [CI] chore: update flake 2025-09-13 01:43:07 +00:00
github-actions 70ce21f798 [CI] chore: update flake 2025-09-12 01:50:38 +00:00
github-actions 3f57cd71d1 [CI] chore: update flake 2025-09-11 01:51:24 +00:00
github-actions ad962cb572 [CI] chore: update flake 2025-09-10 01:48:37 +00:00
sweenu 3319d2ca19 theme: continue execution after failure for one theme (#50) 2025-09-09 13:59:04 +10:00
hoangbaoa c20bc567a4 resizer/pip: account for monitor scale (#51) 2025-09-08 23:32:30 +10:00
github-actions d7b7d2ae04 [CI] chore: update flake 2025-09-07 01:59:27 +00:00
github-actions 12abcf2336 [CI] chore: update flake 2025-09-06 01:47:03 +00:00
github-actions d6c1e13246 [CI] chore: update flake 2025-09-05 01:50:33 +00:00
github-actions 597780ba78 [CI] chore: update flake 2025-09-04 01:47:51 +00:00
github-actions 47730a22b9 [CI] chore: update flake 2025-09-03 01:47:08 +00:00
github-actions f4fee9c3d5 [CI] chore: update flake 2025-09-02 01:55:09 +00:00
github-actions 67942d1d7a [CI] chore: update flake 2025-09-01 02:08:56 +00:00
2 * r + 2 * t fc09d2fcd3 ci: fix update-emojis 2025-08-31 14:47:15 +10:00
github-actions 351ebb60c6 [CI] chore: update flake 2025-08-31 02:01:49 +00:00
2 * r + 2 * t 8bc7e495af dev: better direnv
Override caelestia command with dev version instead of using ./run.sh
Allows completions to work
2025-08-30 22:19:33 +10:00
Matheus Oliveira 35b10394b6 record: fix wf-recorder audio flag and proc error handling (#48)
* fix(recording): Fix wf-recorder audio flag and improve process monitoring

- Fix incorrect audio flag format for wf-recorder(Invalid whitespace)
  Changed from `-a <device>` to `--audio=<device>` as per wf-recorder docs:
  "Specify device like this: -a<device> or --audio=<device>"

- Add fallback to IDLE audio sources
  Audio sources are typically in IDLE state when no media is playing.
  Now falls back to IDLE sources if no RUNNING sources are found,
  ensuring audio capture works when recording starts during silence
  but media plays later.

- Improve process startup monitoring
  The 0.1s sleep was insufficient for reliable process detection on NVIDIA systems.
  Process would start and immediately die ~90% of the time when triggered via keybinds.
  Now shows immediate UI feedback then monitors for 3 seconds to ensure
  stable process startup while maintaining responsive user experience.

* check returncode + timeout 3s -> 1s + format

---------

Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
2025-08-30 21:59:26 +10:00
github-actions 46a9516f72 [CI] chore: update flake 2025-08-30 01:47:27 +00:00
github-actions 7467089ebe [CI] chore: update flake 2025-08-29 01:53:00 +00:00
github-actions eb18d29056 [CI] chore: update flake 2025-08-28 01:53:14 +00:00
github-actions 59d1bb532a [CI] chore: update flake 2025-08-27 01:57:12 +00:00
github-actions a9ab4a02d5 [CI] chore: update flake 2025-08-26 01:57:21 +00:00
github-actions 683172ed65 [CI] chore: update flake 2025-08-25 02:01:00 +00:00
github-actions 4782799b55 [CI] chore: update flake 2025-08-24 02:06:56 +00:00
2 * r + 2 * t db1e0da5bb Revert "shell: set QT_QPA_PLATFORMTHEME env"
This reverts commit 99142f11ad.
2025-08-23 22:31:18 +10:00
2 * r + 2 * t 6cdfe72e8b wallpaper: random prevent duplicate 2025-08-23 16:22:09 +10:00
github-actions 78be122d0c [CI] chore: update flake 2025-08-23 01:52:01 +00:00