Add this to ~/.config/alacritty/alacritty.yml
colors:
primary:
background: "0x2c2e34"| #!/bin/bash | |
| # https://retropie.org.uk/forum/topic/2295/runcommand-warning-if-voltage-temperature-throttling | |
| #Flag Bits | |
| UNDERVOLTED=0x1 | |
| CAPPED=0x2 | |
| THROTTLED=0x4 | |
| HAS_UNDERVOLTED=0x10000 | |
| HAS_CAPPED=0x20000 |
| ssh-keygen -t rsa -b 4096 -e SHA512 -f jwtRS512.key | |
| # Don't add passphrase | |
| openssl rsa -in jwtRS512.key -pubout -outform PEM -out jwtRS512.key.pub | |
| cat jwtRS512.key | |
| cat jwtRS512.key.pub |
| server: | |
| ########################################################################### | |
| # BASIC SETTINGS | |
| ########################################################################### | |
| # Time to live maximum for RRsets and messages in the cache. If the maximum | |
| # kicks in, responses to clients still get decrementing TTLs based on the | |
| # original (larger) values. When the internal TTL expires, the cache item | |
| # has expired. Can be set lower to force the resolver to query for data | |
| # often, and not trust (very large) TTL values. | |
| cache-max-ttl: 86400 |