This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const web_socket = require('ws'); | |
| // ?? | |
| const handle = ''; | |
| // password lol (app password should work ig) | |
| const password = ''; | |
| // pds urL | |
| const pds = ''; | |
| // watch for actions on this user's did | |
| const watched_user = ''; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| autoload -Uz vcs_info | |
| orange1=$'%{\e[38;2;254;191;86m%}' | |
| orange2=$'%{\e[38;2;254;209;134m%}' | |
| green1=$'%{\e[38;2;168;240;125m%}' | |
| green2=$'%{\e[38;2;191;240;161m%}' | |
| purple=$'%{\e[38;2;181;116;218m%}' | |
| red1=$'%{\e[38;2;230;131;131m%}' | |
| red2=$'%{\e[38;2;236;96;96m%}' | |
| gray=$'%{\e[38;2;199;190;200m%}' |