2023-08-17 21:24:10 +00:00
|
|
|
# dash
|
|
|
|
|
2023-08-17 23:10:09 +00:00
|
|
|
Dashboard for my terminal.
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
- Run your terminal in fullscreen
|
|
|
|
- Set the terminal opacity to 50%
|
|
|
|
- Start `dash`
|
|
|
|
|
|
|
|
## alacritty
|
|
|
|
|
|
|
|
If you're using alacritty you can set the opacity for a single instance via:
|
|
|
|
|
|
|
|
```sh
|
|
|
|
alacritty msg config window.opacity=0.5
|
|
|
|
```
|