summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* [CI] chore: update flakegithub-actions2025-08-181-3/+3
|
* schemes: add dark green scheme2 * r + 2 * t2025-08-172-0/+200
| | | | Scheme by @depcustodian with some tweaks
* pip: use batch request2 * r + 2 * t2025-08-172-2/+10
|
* [CI] chore: update flakegithub-actions2025-08-171-3/+3
|
* theme: add Warp terminal theme support (#42)Batuhan Edgüer2025-08-172-0/+37
| | | | | | | | | | | | | | | * theme: add Warp terminal theme support Add support for Warp terminal theming with proper template and integration. - Add warp.yaml template with standard theme variables - Implement apply_warp function with correct 'darker'/'lighter' values - Integrate with main theme application pipeline via enableWarp config * warp: improve theme generation and use proper data directory - Use gen_replace with hash=True for consistent color formatting - Remove # symbols from template to avoid double hashes - Replace warp_mode manually after gen_replace instead of adding to colors dict - Use data_dir for XDG-compliant theme location
* paths: fix custom path envs2 * r + 2 * t2025-08-161-3/+3
| | | | Specify whole path instead of end
* record: fix region2 * r + 2 * t2025-08-161-5/+5
|
* record: add NVIDIA GPU support with wf-recorder (#41)Batuhan Edgüer2025-08-162-5/+34
| | | | | | | | | | | | | | | | * record: add NVIDIA GPU support with wf-recorder - Add automatic GPU detection to choose between wl-screenrec and wf-recorder - Use wf-recorder for NVIDIA GPUs to fix compatibility issues - Map wf-recorder arguments correctly for region, output, and audio recording - Update documentation to include wf-recorder as dependency for NVIDIA users Fixes #37 * format + deduplicate --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* toggle: improvements2 * r + 2 * t2025-08-162-12/+19
| | | | Closes #40
* internal: add ruff format settings2 * r + 2 * t2025-08-161-0/+3
|
* toggle: fix specialws2 * r + 2 * t2025-08-161-10/+2
|
* [CI] chore: update flakegithub-actions2025-08-161-3/+3
|
* data: add new colours2 * r + 2 * t2025-08-1516-0/+160
| | | | | NOTE: clear your scheme cache when updating to this version `rm -r ~/.cache/caelestia/schemes`
* theme: better qt theming2 * r + 2 * t2025-08-157-12/+335
| | | | | Switch to Darkly for default QT style Use qt5ct-kde and qt6ct-kde
* [CI] chore: update flakegithub-actions2025-08-151-3/+3
|
* [CI] chore: update flakegithub-actions2025-08-141-6/+6
|
* paths: allow configuring via env vars2 * r + 2 * t2025-08-131-3/+3
| | | | Closes #39
* record: fix multi-monitor and moving across filesystems (#38)anders1302025-08-131-4/+19
| | | | | | | | | | | | | | | * fix(record): support differing filesystems for recording destination * fix(record): for multi-monitor-systems wl-screenrec needs a -o argument * fix(record): replace path.rename with shutil.move * fix(record): use json option to retrieve hyprland focused monitor * use generator --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* [CI] chore: update flakegithub-actions2025-08-131-6/+6
|
* ci: fix2 * r + 2 * t2025-08-122-2/+2
|
* ci: update flake inputs dailySoramane2025-08-091-1/+1
| | | | cause shell updates frequently
* nix: use nixpkgs app2unitSoramane2025-08-092-37/+6
| | | | update flake inputs
* ci: only check specific file2 * r + 2 * t2025-08-092-94/+94
|
* pip: add monitor offset2 * r + 2 * t2025-08-041-1/+1
| | | | Fixes #30 (hopefully)
* readme: add config section2 * r + 2 * t2025-08-041-0/+66
|
* toggle: allow configuring2 * r + 2 * t2025-08-041-35/+119
| | | | Closes #33
* paths: use xdg user paths2 * r + 2 * t2025-08-041-3/+5
| | | | Closes #35
* theme: add config for progs to theme2 * r + 2 * t2025-08-042-9/+34
|
* [CI] chore: update flakegithub-actions2025-08-041-10/+10
|
* ci: screw it2 * r + 2 * t2025-08-041-2/+0
|
* ci: fix (hopefully?)2 * r + 2 * t2025-08-041-0/+1
|
* nix: add with shell package2 * r + 2 * t2025-08-042-2/+3
| | | | Also fix ci
* ci: dont test random scheme2 * r + 2 * t2025-08-041-1/+0
| | | | Cause it can die when no wall
* ci: run emoji update weekly2 * r + 2 * t2025-08-041-2/+2
|
* ci: add flake update workflow2 * r + 2 * t2025-08-049-18/+263
| | | | | | | Also add contributing, funding and issue templates parser: add kill option to shell version: fix errors when not on arch
* theme: add template system (#36)Elio Torquet2025-08-043-1/+63
| | | | | | | | | | | * user template system * fix when templates dir doesnt exist Also color -> colour --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* shell: fix log when no log rulesSoramane2025-07-252-7/+5
| | | | also fix nix devshell
* record: don't use hevc codec2 * r + 2 * t2025-07-231-1/+1
| | | | Cause incompatible with some players (mainly discord)
* shell: remove default log rules2 * r + 2 * t2025-07-222-7/+4
| | | | The spammy logs have been silenced
* completions: silence when no shell running2 * r + 2 * t2025-07-221-1/+1
|
* theme: ignore perm errors for /dev/pts2 * r + 2 * t2025-07-221-2/+5
| | | | Fixes #27
* nix: fix circular depSoramane2025-07-172-36/+12
| | | | update flake inputs
* nix: fix toggle spawning todoistSoramane2025-07-161-2/+3
|
* shell: remove qproc filterSoramane2025-07-161-4/+1
| | | | unecessary, was removed in qs update
* nix: fix platforms metaSoramane2025-07-161-1/+1
|
* nix: fix typoSoramane2025-07-161-1/+1
|
* nix: optionally include shellSoramane2025-07-163-14/+97
|
* nix: add direnv supportSoramane2025-07-152-6/+11
|
* feat: add nix flakeSoramane2025-07-154-0/+171
|
* theme: use dconf instead of gsettings2 * r + 2 * t2025-07-121-3/+3
|