mirror of https://github.com/aristocratos/bashtop
Updated Themes info and TODO's
parent
30643ff0c3
commit
e1a377c00d
14
README.md
14
README.md
|
@ -17,10 +17,10 @@
|
||||||
* [Documents](#documents)
|
* [Documents](#documents)
|
||||||
* [Description](#description)
|
* [Description](#description)
|
||||||
* [Features](#features)
|
* [Features](#features)
|
||||||
* [Themes](#themes)
|
* [Themes](#themes) (Updated)
|
||||||
* [Upcoming](#upcoming) (Updated, Python port)
|
* [Upcoming](#upcoming) (Python port)
|
||||||
* [Support and funding](#support-and-funding)
|
* [Support and funding](#support-and-funding)
|
||||||
* [Compatibility](#compatibility) (Updated, OSX and FreeBSD Support)
|
* [Compatibility](#compatibility) (OSX and FreeBSD Support)
|
||||||
* [Dependencies](#dependencies) (Updated)
|
* [Dependencies](#dependencies) (Updated)
|
||||||
* [Screenshots](#screenshots)
|
* [Screenshots](#screenshots)
|
||||||
* [Installation](#installation) (Updated)
|
* [Installation](#installation) (Updated)
|
||||||
|
@ -60,6 +60,9 @@ Bashtop now has theme support and a function to download missing local themes fr
|
||||||
|
|
||||||
See [themes](themes) folder for available themes.
|
See [themes](themes) folder for available themes.
|
||||||
|
|
||||||
|
The builtin theme downloader places the default themes in `$HOME/.config/bashtop/themes`.
|
||||||
|
User created themes should be placed in `$HOME/.config/bashtop/user_themes` to be safe from overwrites.
|
||||||
|
|
||||||
Let me know if you want to contribute with new themes.
|
Let me know if you want to contribute with new themes.
|
||||||
|
|
||||||
## Upcoming
|
## Upcoming
|
||||||
|
@ -363,10 +366,13 @@ Might finish off items out of order since I usually work on multiple at a time.
|
||||||
- [ ] Add optional window for tailing log files.
|
- [ ] Add optional window for tailing log files.
|
||||||
- [ ] Add options for resizing all boxes.
|
- [ ] Add options for resizing all boxes.
|
||||||
- [ ] Add command line argument parsing.
|
- [ ] Add command line argument parsing.
|
||||||
|
- [ ] Builtin updater. Relevant PR #96 by Jukoo
|
||||||
|
- [ ] Add support for zram in memory box. Relevant PR #122 by perkinslr
|
||||||
|
|
||||||
- [ ] Miscellaneous optimizations and code cleanup.
|
- [ ] Miscellaneous optimizations and code cleanup.
|
||||||
- [ ] Add more commenting where it's sparse.
|
- [ ] Add more commenting where it's sparse.
|
||||||
|
|
||||||
- [ ] Python port.
|
- [ ] Python port. (Porting started)
|
||||||
|
|
||||||
## LICENSE
|
## LICENSE
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue