Blame
|
1 | # Resources (todo) |
||||||
| 2 | ||||||||
|
3 | - https://github.com/eliheuer/caskaydia-cove CaskaydiaCove Nerd Font Mono |
||||||
| 4 | - https://gitlab.freedesktop.org/emersion/grim grim |
|||||||
| 5 | - https://github.com/emersion/slurp slurp |
|||||||
| 6 | - https://github.com/Satty-org/Satty satty |
|||||||
| 7 | ||||||||
| 8 | ```c |
|||||||
| 9 | grim -g "$(slurp)" - | satty --filename - |
|||||||
| 10 | ``` |
|||||||
| 11 | ||||||||
| 12 | ```cs |
|||||||
| 13 | window-rule { |
|||||||
| 14 | match title="satty" |
|||||||
| 15 | open-floating true |
|||||||
| 16 | default-column-width { proportion 0.9; } |
|||||||
| 17 | default-window-height { proportion 0.9; } |
|||||||
| 18 | } |
|||||||
| 19 | ``` |
|||||||
|
20 | |||||||
| 21 | ```c |
|||||||
| 22 | grim -g "$(slurp -p)" -t ppm - | magick - -format '%[hex:p{0,0}]' info:- | fish_clipboard_copy |
|||||||
| 23 | ``` |
|||||||
|
24 | |||||||
| 25 | - https://github.com/m3tozz/FastCat |
|||||||
