🕑 Dashboard for my terminal.
8 Commits
Eduard Urbach 2452c88fd2
Improved layout
2023-08-18 18:52:40 +02:00
clock Improved layout 2023-08-18 18:52:40 +02:00
core Improved layout 2023-08-18 18:52:40 +02:00
editor Improved layout 2023-08-18 18:52:40 +02:00
empty Improved layout 2023-08-18 18:52:40 +02:00
.gitignore Added basic functionality 2023-08-18 01:10:09 +02:00
go.mod Added basic functionality 2023-08-18 01:10:09 +02:00
go.sum Added basic functionality 2023-08-18 01:10:09 +02:00
LICENSE Added basic functionality 2023-08-18 01:10:09 +02:00
main.go Improved layout 2023-08-18 18:52:40 +02:00
opacity.sh Added basic functionality 2023-08-18 01:10:09 +02:00
README.md Improved layout 2023-08-18 18:52:40 +02:00

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.