mirror of
https://git.adityakumar.xyz/dwmbar.git
synced 2024-11-10 06:29:44 +00:00
a1641c8d09
Offline and Online modules will get added soon, but need to be implemented differently.
47 lines
855 B
Org Mode
47 lines
855 B
Org Mode
#+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
|
|
- Different file for customizable stuff
|
|
- Add --rootdir option to install script
|
|
|
|
Bugs to fix
|
|
- Sometimes double |
|
|
- Cpuload module is way too slow. fix. (archie)
|
|
- Status bar starts to close to screen (add space) (archie)
|
|
|
|
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.
|
|
- Make install script install locally and not for root.
|