Drop the triggershell init scaffold scripts and add one script that drives openrgb-hue apply: full option set as form fields, scene as a 103-entry dropdown, mapping defaulting to per-zone. The scene name goes through a small wrapper since it's a positional CLI arg and TriggerShell's passAs:arg can only emit --flag value pairs.
77 lines
1.5 KiB
Plaintext
Executable File
77 lines
1.5 KiB
Plaintext
Executable File
# Ignore everything
|
|
*
|
|
|
|
# But not these files.
|
|
!.gitignore
|
|
!.gitconfig
|
|
!.editorconfig
|
|
!.nvmrc
|
|
!.ruby-version
|
|
!.python-version
|
|
!.p10k.zsh
|
|
!.zprofile
|
|
!.zlogout
|
|
!.zlogin
|
|
!.zshrc
|
|
!.zshenv
|
|
!.hushlogin
|
|
!arty.yml
|
|
!triggershell.yml
|
|
!scripts/
|
|
!scripts/openrgb-hue-apply.sh
|
|
!bin/
|
|
!bin/arty
|
|
!bin/stacks
|
|
!bin/README.md
|
|
!bin/setup
|
|
!.vscode/
|
|
!.vscode/settings.json
|
|
!.vscode/keybindings.json
|
|
!.config/
|
|
!.config/yazi/
|
|
!.config/yazi/yazi.toml
|
|
!.config/micro/
|
|
!.config/micro/settings.json
|
|
!.config/micro/bindings.json
|
|
!.config/bat/
|
|
!.config/bat/config
|
|
!.config/glow/
|
|
!.config/glow/glow.yml
|
|
!.config/noctalia/
|
|
!.config/noctalia/config.toml
|
|
!.config/hypr/
|
|
!.config/hypr/hyprland.lua
|
|
!.config/hypr/xdph.conf
|
|
!.config/hypr/config/
|
|
!.config/hypr/config/animations.lua
|
|
!.config/hypr/config/autostart.lua
|
|
!.config/hypr/config/binds.lua
|
|
!.config/hypr/config/colors.lua
|
|
!.config/hypr/config/decorations.lua
|
|
!.config/hypr/config/environment.lua
|
|
!.config/hypr/config/inputs.lua
|
|
!.config/hypr/config/misc.lua
|
|
!.config/hypr/config/variables.lua
|
|
!.config/hypr/config/windowrules.lua
|
|
!.config/hypr/config/workspaces.lua
|
|
!.config/zed/
|
|
!.config/zed/settings.json
|
|
!.config/uwsm/
|
|
!.config/uwsm/env
|
|
!.config/kitty/
|
|
!.config/kitty/kitty.conf
|
|
!.config/kitty/themes/
|
|
!.config/kitty/themes/noctalia.conf
|
|
!.config/autostart/
|
|
!.config/autostart/OpenRGB.desktop
|
|
!.config/autostart/RQuickShare.desktop
|
|
!.local/
|
|
!.local/bin/
|
|
!.local/bin/openrgb-launcher.sh
|
|
!.local/share/
|
|
!.local/share/applications/
|
|
!.local/share/applications/org.openrgb.OpenRGB.desktop
|
|
!.local/share/applications/rquickshare.desktop
|
|
!LICENSE
|
|
!README.md
|