mirror of
https://git.adityakumar.xyz/dwmbar.git
synced 2024-11-12 23:29:43 +00:00
31 lines
498 B
Org Mode
31 lines
498 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
|
|
|
|
Modules:
|
|
[ ] - Date
|
|
[ ] - Weather
|
|
[ ] - Updates
|
|
[ ] - MPD
|
|
[ ] - Disk Usage
|
|
[ ] - Mail
|
|
[ ] - CPU Usage
|
|
[ ] - Temperature
|
|
[ ] - Volume
|
|
[ ] - Bluetooth
|
|
[ ] - Network
|
|
[ ] - Temperature
|
|
[ ] - Battery
|
|
|
|
Scripts
|
|
[ ] - /usr/bin/dwmbar
|
|
[ ] - /home/$USER/.config/dwmbarrc
|