mirror of
https://git.adityakumar.xyz/dwmbar.git
synced 2024-11-12 23:29:43 +00:00
Added wishlist
This commit is contained in:
parent
00c81dad18
commit
879e1ebc00
1 changed files with 9 additions and 1 deletions
10
README.md
10
README.md
|
@ -144,5 +144,13 @@ Currently available default modules are:
|
||||||
- weather - Shows weather info
|
- weather - Shows weather info
|
||||||
- wifi - Shows wifi connection
|
- wifi - Shows wifi connection
|
||||||
|
|
||||||
# Possible Features
|
# Feature Wishlist
|
||||||
|
|
||||||
|
* Paralellised Modules
|
||||||
|
- Some modules are slower than others. Have modules set a DELAY variable;
|
||||||
|
if they don't have one, use a default.
|
||||||
|
- Modules are called and bar is updated when a module finishes, but an
|
||||||
|
internal bar clock updates the clock at a specific delay.
|
||||||
|
* Don't call internet modules when offline
|
||||||
|
- Have modules state if they require an internet connection and ignore them
|
||||||
|
if no connection exists.
|
||||||
|
|
Loading…
Reference in a new issue