dash/README.md
2023-08-18 18:52:40 +02:00

587 B

dash

Dashboard for my terminal.

Examples

Transparent:

dash transparent

Opaque:

dash opaque

Config

The configuration is a normal text file living in ~/.config/dash/.

You can use it to take plain old notes or display the output of shell commands via the {command args} syntax.

Terminals

alacritty

You can set the opacity for a single window via:

alacritty msg config window.opacity=0.5

This will make your dashboard transparent but leaves the other windows at full opacity.