# Resources (todo) - https://github.com/eliheuer/caskaydia-cove CaskaydiaCove Nerd Font Mono - https://gitlab.freedesktop.org/emersion/grim grim - https://github.com/emersion/slurp slurp - https://github.com/Satty-org/Satty satty ```c grim -g "$(slurp)" - | satty --filename - ``` ```cs window-rule { match title="satty" open-floating true default-column-width { proportion 0.9; } default-window-height { proportion 0.9; } } ``` ```c grim -g "$(slurp -p)" -t ppm - | magick - -format '%[hex:p{0,0}]' info:- | fish_clipboard_copy ``` - https://github.com/m3tozz/FastCat
