dwmbar/TODO.org

45 lines
718 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-22 00:41:52 +00:00
Bugs to fix
- Sometimes double |
- Status bar starts to close to screen (add space)
2019-10-21 22:51:27 +00:00
Modules to Write:
2019-10-22 14:32:30 +00:00
*We are more than wellcome to accept ideas and pull requests for future
modules!
2019-10-21 18:49:46 +00:00
2019-10-21 22:51:27 +00:00
Working Modules:
2019-10-22 00:41:52 +00:00
- Todo
2019-10-22 14:32:30 +00:00
- Disk Usage
- Memory Usage
- CPU Usage
2019-10-22 00:41:52 +00:00
- Tor
- Mail
2019-10-21 22:51:27 +00:00
- 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.