summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [CI] chore: update flakegithub-actions2025-09-221-3/+3
|
* [CI] chore: update flakegithub-actions2025-09-211-10/+10
|
* [CI] chore: update flakegithub-actions2025-09-201-3/+3
|
* [CI] chore: update flakegithub-actions2025-09-191-6/+6
|
* [CI] chore: update flakegithub-actions2025-09-181-3/+3
|
* [CI] chore: update flakegithub-actions2025-09-171-3/+3
|
* [CI] chore: update flakegithub-actions2025-09-161-3/+3
|
* record: add extraArgs config2 * r + 2 * t2025-09-152-1/+13
|
* [CI] chore: update flakegithub-actions2025-09-151-6/+6
|
* version: catch correct error2 * r + 2 * t2025-09-141-1/+1
|
* version: fix pacman + use shell version helper2 * r + 2 * t2025-09-141-1/+9
|
* readme: update installation section2 * r + 2 * t2025-09-141-6/+40
| | | | Add stable/unstable packages + nix
* ci: create release2 * r + 2 * t2025-09-132-0/+45
|
* record: wl-screenrec -> gpu-screen-recorder2 * r + 2 * t2025-09-134-75/+47
| | | | | Supports NVIDIA, so no need for having a fallback Also supports pausing
* [CI] chore: update flakegithub-actions2025-09-131-3/+3
|
* [CI] chore: update flakegithub-actions2025-09-121-6/+6
|
* [CI] chore: update flakegithub-actions2025-09-111-3/+3
|
* [CI] chore: update flakegithub-actions2025-09-101-6/+6
|
* theme: continue execution after failure for one theme (#50)sweenu2025-09-093-26/+57
|
* resizer/pip: account for monitor scale (#51)hoangbaoa2025-09-081-1/+5
|
* [CI] chore: update flakegithub-actions2025-09-071-10/+10
|
* [CI] chore: update flakegithub-actions2025-09-061-3/+3
|
* [CI] chore: update flakegithub-actions2025-09-051-3/+3
|
* [CI] chore: update flakegithub-actions2025-09-041-6/+6
|
* [CI] chore: update flakegithub-actions2025-09-031-3/+3
|
* [CI] chore: update flakegithub-actions2025-09-021-3/+3
|
* [CI] chore: update flakegithub-actions2025-09-011-3/+3
|
* ci: fix update-emojis2 * r + 2 * t2025-08-311-1/+1
|
* [CI] chore: update flakegithub-actions2025-08-311-10/+10
|
* dev: better direnv2 * r + 2 * t2025-08-302-2/+6
| | | | | Override caelestia command with dev version instead of using ./run.sh Allows completions to work
* record: fix wf-recorder audio flag and proc error handling (#48)Matheus Oliveira2025-08-302-26/+44
| | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* [CI] chore: update flakegithub-actions2025-08-301-6/+6
|
* [CI] chore: update flakegithub-actions2025-08-291-3/+3
|
* [CI] chore: update flakegithub-actions2025-08-281-6/+6
|
* [CI] chore: update flakegithub-actions2025-08-271-6/+6
|
* [CI] chore: update flakegithub-actions2025-08-261-3/+3
|
* [CI] chore: update flakegithub-actions2025-08-251-3/+3
|
* [CI] chore: update flakegithub-actions2025-08-241-3/+3
|
* Revert "shell: set QT_QPA_PLATFORMTHEME env"2 * r + 2 * t2025-08-231-7/+1
| | | | This reverts commit 99142f11ad7bccf3bb51cedfe55013c9690dcc0e.
* wallpaper: random prevent duplicate2 * r + 2 * t2025-08-231-1/+15
|
* [CI] chore: update flakegithub-actions2025-08-231-3/+3
|
* [CI] chore: update flakegithub-actions2025-08-221-3/+3
|
* [CI] chore: update flakegithub-actions2025-08-211-3/+3
|
* record: use correct proc (#47)Matheus Oliveira2025-08-201-1/+1
| | | | | | Previously, the start() function always invoked 'wl-screenrec' regardless of detected GPU, which prevented recording on systems with NVIDIA GPUswhen 'wf-recorder' is available. This change updates start() to launch the recorder stored in self.recorder, ensuring the correct recorder is used based on GPU detection.
* [CI] chore: update flakegithub-actions2025-08-201-3/+3
|
* shell: set QT_QPA_PLATFORMTHEME env2 * r + 2 * t2025-08-191-1/+7
| | | | | | Hopefully fixes most people's icon issues Fixes caelestia-dots/shell@390
* ci: fix update flake action2 * r + 2 * t2025-08-192-13/+14
| | | | Also update readme help
* feat: window resizer command & daemon (#43)Batuhan Edgüer2025-08-184-55/+489
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * resizer: add window resizer daemon command Implements a continuous window resizer daemon that automatically resizes windows based on configurable rules. Features include: - Listens to Hyprland socket events for real-time window detection - Supports multiple match types: initial_title, title_contains, title_exact - Configurable via CLI config file with fallback to sensible defaults - Rate limiting to prevent excessive resize operations - Window actions: float, center, and custom dimensions - Integration with existing CLI structure Usage: caelestia resizer --daemon * refactor: replace pip daemon with integrated resizer functionality ## Summary - Remove standalone pip daemon and integrate its functionality into the resizer - Add regex matching, config support, and active mode to resizer - Implement clean 'caelestia resizer pip' command for quick PiP operations - Update keybinds to use new unified resizer command ## Why Replace the Old PiP Method? ### 1. Code Duplication The old pip daemon duplicated window management logic that already existed in the resizer: - Both daemons listened to Hyprland socket events - Both had similar window detection and manipulation code - Both needed rate limiting and error handling ### 2. Limited Functionality The old pip daemon was restricted: - Only worked with regex pattern matching for 'Picture in Picture' titles - No configuration support for custom rules - No way to apply PiP to arbitrary windows - No integration with other window actions ### 3. Maintenance Overhead Having two separate daemons created maintenance issues: - Two different codebases to maintain and debug - Potential conflicts when both daemons run simultaneously - Inconsistent error handling and logging approaches ### 4. Review Feedback Implementation The PR review specifically requested this consolidation: - "This can actually probably replace the pip daemon entirely" - "consider adding a regex match mode and pip action, then add that to the default rules" ## New Integrated Approach Benefits ### 1. Unified Window Management - Single daemon handles all window operations (resize, float, center, pip) - Consistent configuration format using camelCase - Shared error handling and rate limiting ### 2. Enhanced PiP Functionality - Works with any window title pattern (regex, contains, exact) - Configurable through CLI config file - Active mode: `caelestia resizer pip` for quick PiP on current window - Better error messages and user guidance ### 3. Future-Proof Architecture - Easy to add new window actions (e.g., minimize, maximize, workspace move) - Extensible pattern matching (could add class-based matching) - Single place to implement new Hyprland features ### 4. Improved User Experience - Simpler command structure: `caelestia resizer pip` vs complex arguments - Better error messages when windows aren't floating - Consistent CLI interface across all window operations ## Implementation Details - Added pip action to WindowRule system - Integrated original pip calculation with minimum size constraints - Added type safety improvements throughout - Maintained backward compatibility for existing users - Updated keybind: `bind = $kbWindowPip, exec, caelestia resizer pip` * fix: unpack dispatch_commands list in hypr.batch call - Fix 'sequence item 0: expected str instance, list found' error - hypr.batch() expects individual string arguments, not a list - Use *dispatch_commands to unpack the list properly * fix: handle Hyprland event format with triple > separators - Fix window ID parsing for events with >>> instead of >> - Add .lstrip('>') to remove any leading > characters - Support both >> and >>> formats for compatibility - Fixes 'Invalid window ID format: >555ee935ba30' errors * resizer: implement active mode for all matching windows Active mode now searches through all open windows and applies the rule to any that match the specified pattern, rather than just checking if the currently active window matches. This allows for batch operations on multiple windows with the same pattern. Special case: using pattern "active" will still target only the currently active window, allowing users to apply rules to just the focused window when needed. This addresses the latest review feedback requesting that active mode work on any open window that matches the given pattern. * parser: better resizer help * completions: add for resizer --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* theme: add nvtop, htop, and cava support (#45)Batuhan Edgüer2025-08-184-1/+229
| | | | | | | * templates: add nvtop, htop, and cava support * Triggers htop and cava theme reloads Sends a USR2 signal to htop and cava after their themes are applied. This prompts the applications to reload their configuration files, ensuring new themes are visible instantly without requiring a manual restart.
* [CI] chore: update flakegithub-actions2025-08-181-3/+3
|