mirror of
https://git.adityakumar.xyz/dwmbar.git
synced 2024-11-09 22:19:45 +00:00
42 lines
637 B
Org Mode
42 lines
637 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
|
|
|
|
Bugs to fix
|
|
- Sometimes double |
|
|
- Status bar starts to close to screen (add space)
|
|
|
|
Modules to Write:
|
|
- Disk Usage
|
|
- CPU Usage
|
|
- Memory Usage
|
|
|
|
Working Modules:
|
|
- Todo
|
|
- 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.
|