sextans

It’s a private configuration and an ongoing experiment while I use Archlinux.

A simple drop down dashboard based on tmux. It includes following parts:

  • Weather/Calendar
  • Github Activity
  • Audio Visualizer
  • Volume Controller
  • Hacker News
  • CPU/Memory/Process Overview

Dependency

Install

Firstly install the above dependencies and then clone this project. Open .tmuxinator.yml and change the value of root section to your project path. Run tmuxinator start in a terminal that supports dropdown, e.g. xfce4-terminal. Besides, the Github activity scripts needs PyGithub package, try pip install PyGithub, then generate a token in your Github developer settings page. Example config file is

{
    "username": "Hanaasagi",
    "token": "A token"
}

Screenshots

License

BSD 3-Clause License

GitHub

View Github