2019-10-21 17:42:17 +00:00
|
|
|
#+TITLE:TODO.org
|
|
|
|
|
2019-10-21 18:20:09 +00:00
|
|
|
|
|
|
|
* 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 16:03:50 +00:00
|
|
|
- Different file for customizable stuff
|
2019-10-22 16:10:07 +00:00
|
|
|
- Add --rootdir option to install script
|
2019-10-21 18:20:09 +00:00
|
|
|
|
2019-10-22 00:41:52 +00:00
|
|
|
Bugs to fix
|
|
|
|
- Sometimes double |
|
2019-10-22 18:41:35 +00:00
|
|
|
- Cpuload module is way too slow. fix. (archie)
|
2019-10-22 20:45:23 +00:00
|
|
|
- Status bar starts to close to screen (add space) (archie)
|
2019-10-22 00:41:52 +00:00
|
|
|
|
2019-10-21 22:51:27 +00:00
|
|
|
Modules to Write:
|
2019-10-22 17:50:30 +00:00
|
|
|
*We are more than welcome to accept ideas and pull requests for future
|
2019-10-22 14:32:30 +00:00
|
|
|
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
|
2019-10-21 21:57:45 +00:00
|
|
|
- Backlight
|
2019-10-21 19:40:41 +00:00
|
|
|
- Network
|
2019-10-21 19:28:26 +00:00
|
|
|
- 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
|
|
|
|
2019-10-21 21:57:45 +00:00
|
|
|
Scripts:
|
2019-10-21 19:40:41 +00:00
|
|
|
- Individual module delays.
|
2019-10-21 21:57:45 +00:00
|
|
|
- Make install script install locally and not for root.
|