Supersedes the old flat .config/ layout (last published 2026-06-28) with the private repo's structure: one shared base plus per-host overlays. - packages: common/ gui/ lw/ fl/ wm/ plus install.sh and bin/ tooling (dotsync, reconcile-hyde.sh) - new README covering the layout, deploy order and the HyDE dependency - current HyDE waybar rig (layouts/, cava), pi agent extensions, claude/ config, tmux, presenterm, aichat roles - fish: kp (keepassxc-cli + fzf picker, db path from $KP_DB) and bind_M_n_history (alt+1..9 recalls the nth history entry) - drops cruft that should never have been tracked: the duplicate top-level .pi/ copy, btop.log, zellij config.kdl.bak, fish_variables - .pi/agent/auth.json is gitignored; auth.json.example ships instead Host-specific work sessions and the personal backlog stay in the private tree. Endpoint locators in the llamacpp/whisper guides are placeholders ($SERVER, <own-domain>) — the guides themselves stay, since they are the useful part.
35 lines
1.4 KiB
Plaintext
35 lines
1.4 KiB
Plaintext
# -----------------------------------------------------
|
|
# ▄▀█ █▄░█ █ █▀▄▀█ ▄▀█ ▀█▀ █ █▀█ █▄░█
|
|
# █▀█ █░▀█ █ █░▀░█ █▀█ ░█░ █ █▄█ █░▀█
|
|
#
|
|
# name "Diablo-1"
|
|
# credit https://github.com/Itz-Abhishek-Tiwari
|
|
# -----------------------------------------------------
|
|
|
|
animations {
|
|
enabled = 1
|
|
bezier = default, 0.05, 0.9, 0.1, 1.05
|
|
bezier = wind, 0.05, 0.9, 0.1, 1.05
|
|
bezier = overshot, 0.13, 0.99, 0.29, 1.08
|
|
bezier = liner, 1, 1, 1, 1
|
|
bezier = bounce, 0.4, 0.9, 0.6, 1.0
|
|
bezier = snappyReturn, 0.4, 0.9, 0.6, 1.0
|
|
|
|
bezier = slideInFromRight, 0.5, 0.0, 0.5, 1.0
|
|
animation = windows, 1, 5, snappyReturn, slidevert
|
|
animation = windowsIn, 1, 5, snappyReturn, slidevert right
|
|
|
|
animation = windowsOut, 1, 5, snappyReturn, slide
|
|
animation = windowsMove, 1, 6, bounce, slide
|
|
animation = layersOut, 1, 5, bounce, slidevert right
|
|
animation = fadeIn, 1, 10, default
|
|
animation = fadeOut, 1, 10, default
|
|
animation = fadeSwitch, 1, 10, default
|
|
animation = fadeShadow, 1, 10, default
|
|
animation = fadeDim, 1, 10, default
|
|
animation = fadeLayers, 1, 10, default
|
|
animation = workspaces, 1, 7, overshot, slidevert
|
|
animation = border, 1, 1, liner
|
|
animation = layers, 1, 4, bounce, slidevert right
|
|
animation = borderangle, 1, 30, liner, loop
|
|
} |