diff --git a/TODO.org b/TODO.org deleted file mode 100644 index a08848a..0000000 --- a/TODO.org +++ /dev/null @@ -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. diff --git a/todo.md b/todo.md new file mode 100644 index 0000000..3d8c004 --- /dev/null +++ b/todo.md @@ -0,0 +1,4 @@ +# TODO + +- Separator optional between modules +- Call all modules once on startup, then deal with delays