AramJonghu
c30128cf95
check every 50ms -> 250ms for restart
Lint & Format (JS/TS) / lint-format (pull_request) Successful in 11s
Python / lint-format (pull_request) Successful in 30s
Python / test (pull_request) Successful in 46s
Lint & Format (Rust) / lint-format (pull_request) Successful in 1m44s
2026-05-24 18:03:32 +02:00
zach
ba9926af18
Increased floor and decreased ceiling of offset for brightening darker colors in dark mode/darkening brighter colors in light mode
Lint & Format (JS/TS) / lint-format (pull_request) Successful in 13s
Python / lint-format (pull_request) Successful in 28s
Python / test (pull_request) Successful in 43s
Lint & Format (Rust) / lint-format (pull_request) Successful in 1m45s
2026-05-24 11:40:44 +02:00
AramJonghu
78fcf33b3a
refactor(cli): clean shell start/restart, drop redundant ipc check
Lint & Format (JS/TS) / lint-format (pull_request) Successful in 11s
Python / lint-format (pull_request) Successful in 24s
Python / test (pull_request) Successful in 48s
Lint & Format (Rust) / lint-format (pull_request) Successful in 1m44s
2026-05-24 03:09:19 +02:00
AramJonghu
5e9b373405
tests did not match changed code logic
Lint & Format (JS/TS) / lint-format (pull_request) Successful in 11s
Python / lint-format (pull_request) Successful in 25s
Python / test (pull_request) Successful in 50s
Lint & Format (Rust) / lint-format (pull_request) Successful in 1m46s
2026-05-23 20:54:35 +02:00
AramJonghu
b49165e7ea
minor typer adjustments to use typer in error/exception throws
Lint & Format (JS/TS) / lint-format (pull_request) Successful in 14s
Python / lint-format (pull_request) Successful in 34s
Python / test (pull_request) Failing after 53s
Lint & Format (Rust) / lint-format (pull_request) Successful in 1m48s
2026-05-23 20:48:51 +02:00
AramJonghu
d0cda51639
wait for instance to fully terminate before restart
2026-05-23 20:31:48 +02:00
zach
ad57764636
Merge pull request ' #73 dynamic color scheme presets from .txt palettes + shell restart command' ( #92 ) from 73-colorscheme-options into main
...
Reviewed-on: #92
2026-05-23 20:15:30 +02:00
zach
96afbdb30b
Settings UI for color scheme presets
Lint & Format (JS/TS) / lint-format (pull_request) Successful in 12s
Python / lint-format (pull_request) Successful in 25s
Python / test (pull_request) Successful in 53s
Lint & Format (Rust) / lint-format (pull_request) Successful in 1m52s
2026-05-23 20:14:12 +02:00
AramJonghu
5df46160f6
documentation in README.md added
Lint & Format (JS/TS) / lint-format (pull_request) Successful in 12s
Python / lint-format (pull_request) Successful in 23s
Python / test (pull_request) Successful in 50s
Lint & Format (Rust) / lint-format (pull_request) Successful in 1m50s
2026-05-23 17:53:16 +02:00
AramJonghu
d118c02e75
README: document scheme CLI and shell subcommands
2026-05-23 17:52:06 +02:00
AramJonghu
21ed178bbc
scheme: add --json flag to list-presets, --accent flag, drop :accent from preset spec
...
Lint & Format (JS/TS) / lint-format (pull_request) Successful in 13s
Python / lint-format (pull_request) Successful in 25s
Python / test (pull_request) Successful in 44s
Lint & Format (Rust) / lint-format (pull_request) Successful in 1m48s
- list-presets --json outputs structured JSON with variants,
modes, accents, and default_accent for accent-aware schemes
- --accent flag replaces :accent shorthand in preset string
- Validate --accent against variant's available accents
- resolve_preset returns tuple[str, str] (scheme + variant only)
- Update tests for new signature
2026-05-23 17:42:58 +02:00
AramJonghu
2934d863ca
--accent removed. Accidental inclusion
Lint & Format (JS/TS) / lint-format (pull_request) Successful in 12s
Python / lint-format (pull_request) Successful in 22s
Python / test (pull_request) Successful in 46s
Lint & Format (Rust) / lint-format (pull_request) Successful in 1m46s
2026-05-23 00:51:14 +02:00
AramJonghu
7c29921a6b
removal of plans package/directory (we have project board now)
Lint & Format (JS/TS) / lint-format (pull_request) Successful in 11s
Python / lint-format (pull_request) Successful in 22s
Python / test (pull_request) Successful in 49s
Lint & Format (Rust) / lint-format (pull_request) Successful in 1m45s
2026-05-23 00:42:25 +02:00
AramJonghu
0309fde3aa
format check and lint resolved
Lint & Format (JS/TS) / lint-format (pull_request) Successful in 11s
Python / lint-format (pull_request) Successful in 19s
Python / test (pull_request) Successful in 46s
Lint & Format (Rust) / lint-format (pull_request) Successful in 1m50s
2026-05-22 23:26:33 +02:00
AramJonghu
f147969f37
added workflow running python tests
Lint & Format (JS/TS) / lint-format (pull_request) Successful in 11s
Python / lint-format (pull_request) Failing after 24s
Python / test (pull_request) Successful in 50s
Lint & Format (Rust) / lint-format (pull_request) Successful in 1m48s
2026-05-22 22:56:03 +02:00
AramJonghu
90a1954658
cache
2026-05-22 22:53:36 +02:00
AramJonghu
2b550763e7
ruff unused import
2026-05-22 22:46:02 +02:00
AramJonghu
3037cfab53
cache
2026-05-22 22:38:56 +02:00
AramJonghu
5f92b6f6de
shell: add restart command, fix call None arg, add tests
2026-05-22 22:38:35 +02:00
AramJonghu
67ae693d0c
Color preset schemes now exposed for use.
...
- Catppuccin txt colors extracted from dankmaterialyou and created txt
files for each.
- Preset is now an option and are exposed.
- Tests test presets, might add workflow to run tests.
2026-05-22 22:32:31 +02:00
zach
fd620e7487
prep for replay
2026-05-22 20:42:51 +02:00
zach
0ec426e0f0
Record module added to sidebar, file list and buttons. Region recording is broken
2026-05-22 12:51:06 +02:00
zach
ec5e6d3995
add typer command
2026-05-22 11:06:17 +02:00
zach
41a129bb90
init commit
2026-05-22 11:04:54 +02:00
Inorishio
8c48ddbbe7
Merge branch 'main' of git.zach-dev.cc:zach/z-bar-qt
2026-05-21 23:58:49 +02:00
Inorishio
625d766719
added escape to lock + greeter
2026-05-21 23:58:24 +02:00
zach
88526b9e98
show notif icon true by default
2026-05-21 23:43:27 +02:00
zach
a0d56b965c
toggle to show notif icon on lockscreen
2026-05-21 23:29:49 +02:00
zach
2342edcf66
apply button, wheel doesn't zoom
2026-05-21 23:12:01 +02:00
zach
9e75b593f4
scale slider for crop tool
2026-05-21 19:14:29 +02:00
zach
4663c7d683
better wallpaper preview positioning
2026-05-21 17:55:31 +02:00
zach
80683800eb
crop region now restores correctly
2026-05-21 16:52:12 +02:00
zach
57836f974c
remove residue test files
2026-05-21 15:52:43 +02:00
zach
8dbb88e136
crop region now correct
2026-05-21 15:51:42 +02:00
zach
06c402c050
better crop region handling, but coordinate math is wrong
2026-05-20 23:16:55 +02:00
zach
e425a1701b
small fix for wallpaper grid
2026-05-20 14:34:11 +02:00
zach
41666d0150
Merge pull request 'hyprland lua support' ( #91 ) from hypr-plugin into main
...
Reviewed-on: #91
2026-05-20 14:08:30 +02:00
zach
853b683962
Changed base deform numbers, less bouncy
Lint & Format (JS/TS) / lint-format (pull_request) Successful in 11s
Lint & Format (Python) / lint-format (pull_request) Successful in 24s
Lint & Format (Rust) / lint-format (pull_request) Successful in 1m39s
2026-05-20 07:45:18 +02:00
zach
b1bfcb3ed0
Merge branch 'main' into hypr-plugin
Lint & Format (JS/TS) / lint-format (pull_request) Successful in 11s
Lint & Format (Python) / lint-format (pull_request) Successful in 19s
Lint & Format (Rust) / lint-format (pull_request) Successful in 1m39s
2026-05-20 07:35:26 +02:00
zach
68662120ba
Merge pull request 'Lint/formatter workflows merged per language. Resolved errors and warnings for each workflow' ( #90 ) from 89-lint-format-fixes into main
...
Reviewed-on: #90
2026-05-20 07:33:56 +02:00
zach
b8af60008d
fixed applying hyprland options and rules, as well as fetching
Format (JS/TS) / format (pull_request) Failing after 7s
Lint (JS/TS) / lint (pull_request) Failing after 11s
Lint (Python) / lint (pull_request) Failing after 24s
Lint (Rust) / lint (pull_request) Failing after 1m37s
2026-05-20 07:30:38 +02:00
zach
b8524ff621
experimental hyprland lua support
2026-05-20 07:17:38 +02:00
zach
ffde4063a0
experimental hyprland lua support
2026-05-20 07:13:05 +02:00
zach
96bf5f3365
cleanup for hyprland lua configs
2026-05-20 06:50:14 +02:00
zach
053efb4aaf
reintroduce cargo caching
Lint & Format (JS/TS) / lint-format (pull_request) Successful in 12s
Lint & Format (Python) / lint-format (pull_request) Successful in 20s
Lint & Format (Rust) / lint-format (pull_request) Successful in 1m39s
2026-05-20 05:23:56 +02:00
AramJonghu
c88aef2164
removal of cache (for now)
Lint & Format (JS/TS) / lint-format (pull_request) Successful in 12s
Lint & Format (Python) / lint-format (pull_request) Successful in 20s
Lint & Format (Rust) / lint-format (pull_request) Successful in 1m33s
2026-05-20 01:03:51 +02:00
AramJonghu
01b54ec5e1
use of newest node version available + attempt cache v3 vs v4
Lint & Format (JS/TS) / lint-format (pull_request) Successful in 25s
Lint & Format (Python) / lint-format (pull_request) Successful in 25s
Lint & Format (Rust) / lint-format (pull_request) Successful in 1m31s
2026-05-20 00:59:41 +02:00
AramJonghu
7276ee28dc
minor updates to rust workflow
Lint & Format (JS/TS) / lint-format (pull_request) Successful in 12s
Lint & Format (Python) / lint-format (pull_request) Successful in 19s
Lint & Format (Rust) / lint-format (pull_request) Successful in 1m33s
2026-05-20 00:46:59 +02:00
AramJonghu
a14ebe2016
wrong cache url
Lint & Format (JS/TS) / lint-format (pull_request) Successful in 12s
Lint & Format (Python) / lint-format (pull_request) Successful in 17s
Lint & Format (Rust) / lint-format (pull_request) Successful in 1m30s
2026-05-20 00:26:50 +02:00
AramJonghu
d3f6765819
changed github specific caching to forgejo's solution
Lint & Format (JS/TS) / lint-format (pull_request) Successful in 13s
Lint & Format (Python) / lint-format (pull_request) Successful in 18s
Lint & Format (Rust) / lint-format (pull_request) Successful in 1m31s
2026-05-20 00:19:46 +02:00