diff options
| -rw-r--r-- | README.org | 1 | ||||
| -rw-r--r-- | TODO.org | 24 |
2 files changed, 25 insertions, 0 deletions
diff --git a/README.org b/README.org new file mode 100644 index 0000000..345ee9f --- /dev/null +++ b/README.org @@ -0,0 +1 @@ +#+TITLE:dwmbar - A Modular Status Bar for dwm diff --git a/TODO.org b/TODO.org new file mode 100644 index 0000000..ab59d74 --- /dev/null +++ b/TODO.org @@ -0,0 +1,24 @@ +#+TITLE:TODO.org + +* Modules To Do +[ ] - Date +[ ] - Weather +[ ] - Updates +[ ] - MPD +[ ] - Disk Usage +[ ] - Mail +[ ] - CPU Usage +[ ] - Temperature +[ ] - Volume +[ ] - Bluetooth +[ ] - Network +[ ] - Temperature +[ ] - Battery + +* 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/ |
