Single-script builder (nosignal.sh) that turns a stock Arch Linux ISO into a fully-offline installer for a themed Hyprland + caelestia (Quickshell) desktop: matching SDDM greeter, Btrfs/Limine bootable snapshots, chwd-style GPU detection, and a curated "os updates" layer (keybind cheatsheet, settings panels, system polish, on-box management skill). See README.md. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
9 lines
523 B
Text
Executable file
9 lines
523 B
Text
Executable file
# >>> cliamp music player >>>
|
|
# CLIAmp (Winamp-style TUI, [omarchy] repo) is the default music player.
|
|
# Super+M launches/focuses it (was a second alias for the music panel toggle —
|
|
# the panel keeps Super+Shift+M). Floats like the other NoSignal TUI tools.
|
|
windowrule = float true, match:class cliamp
|
|
windowrule = size 1100 700, match:class cliamp
|
|
unbind = Super, M
|
|
bind = Super, M, exec, sh -c 'hyprctl dispatch focuswindow "class:^cliamp$" | grep -q ok || kitty --class cliamp -e cliamp'
|
|
# <<< cliamp music player <<<
|