mirror of
https://git.adityakumar.xyz/dwmbar.git
synced 2024-11-12 15:19:44 +00:00
Initial commit.
This commit is contained in:
commit
e07390e981
2 changed files with 25 additions and 0 deletions
1
README.org
Normal file
1
README.org
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#+TITLE:dwmbar - A Modular Status Bar for dwm
|
24
TODO.org
Normal file
24
TODO.org
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
#+TITLE:TODO.org
|
||||||
|
|
||||||
|
* Modules To Do
|
||||||
|
[ ] - Date
|
||||||
|
[ ] - Weather
|
||||||
|
[ ] - Updates
|
||||||
|
[ ] - MPD
|
||||||
|
[ ] - Disk Usage
|
||||||
|
[ ] - Mail
|
||||||
|
[ ] - CPU Usage
|
||||||
|
[ ] - Temperature
|
||||||
|
[ ] - Volume
|
||||||
|
[ ] - Bluetooth
|
||||||
|
[ ] - Network
|
||||||
|
[ ] - Temperature
|
||||||
|
[ ] - Battery
|
||||||
|
|
||||||
|
* 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/
|
Loading…
Reference in a new issue