dwmbar/TODO.org

37 lines
539 B
Org Mode
Raw Normal View History

2019-10-21 17:42:17 +00:00
#+TITLE:TODO.org
* Structure
Main shell script, calls each module one by one, in the order specified.
Each module writes to stdout.
/usr/bin/dwmbar
/home/$USER/.config/dwmbar/dwmbarrc
/home/$USER/.config/dwmbar/modules/
* Todo List
2019-10-21 22:51:27 +00:00
Modules to Write:
2019-10-21 18:49:46 +00:00
- Disk Usage
- Mail
- CPU Usage
- Memory Usage
2019-10-21 18:49:46 +00:00
2019-10-21 22:51:27 +00:00
Working Modules:
- Volume Bar
- MPD
- Backlight
- Network
- Volume
- Battery
- Temperature
2019-10-21 18:49:46 +00:00
- Weather
- Bluetooth
- Arch Updates
- Time
- Date
2019-10-21 17:42:17 +00:00
Scripts:
- Individual module delays.
- Make install script install locally and not for root.