edited todo file

This commit is contained in:
Archie Hilton (thytom) 2019-11-06 15:50:45 +00:00
parent 0233290c51
commit 32eb3e5e91
2 changed files with 4 additions and 44 deletions

View file

@ -1,44 +0,0 @@
#+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
- Separator optional between modules
- Call all modules once on startup, then deal with delays
Bugs to fix:
none
Modules to Write:
- We are more than welcome to accept ideas and pull requests for future
modules!
Working Modules:
- Todo
- Disk Usage
- Memory Usage
- CPU Usage
- Tor
- Mail
- Volume Bar
- MPD
- Backlight
- Network
- Volume
- Battery
- Temperature
- Weather
- Bluetooth
- Arch Updates
- Time
- Date
Scripts:
- Individual module delays.

4
todo.md Normal file
View file

@ -0,0 +1,4 @@
# TODO
- Separator optional between modules
- Call all modules once on startup, then deal with delays