🕑 Dashboard for my terminal. 6 Commits
2023-08-18 17:07:45 +02:00
clock Added persistence 2023-08-18 13:17:46 +02:00
core Added shell execution 2023-08-18 17:01:42 +02:00
editor Added shell execution 2023-08-18 17:01:42 +02:00
osinfo Added basic functionality 2023-08-18 01:10:09 +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 Added shell execution 2023-08-18 17:01:42 +02:00
opacity.sh Added basic functionality 2023-08-18 01:10:09 +02:00
README.md Improved documentation 2023-08-18 17:07:45 +02:00

dash

Dashboard for my terminal.

Usage

  • Run your terminal in fullscreen
  • Set the terminal opacity to 50%
  • Start dash

Config

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

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

The output can be piped to other commands, e.g. {pacman -Q | wc -l} packages installed.

Terminals

alacritty

If you're using alacritty you can set the opacity for a single instance via:

alacritty msg config window.opacity=0.5

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