Updated Themes info and TODO's

pull/140/head
aristocratos 2020-06-06 19:35:35 +02:00
parent 30643ff0c3
commit e1a377c00d
1 changed files with 10 additions and 4 deletions

View File

@ -17,10 +17,10 @@
* [Documents](#documents)
* [Description](#description)
* [Features](#features)
* [Themes](#themes)
* [Upcoming](#upcoming) (Updated, Python port)
* [Themes](#themes) (Updated)
* [Upcoming](#upcoming) (Python port)
* [Support and funding](#support-and-funding)
* [Compatibility](#compatibility) (Updated, OSX and FreeBSD Support)
* [Compatibility](#compatibility) (OSX and FreeBSD Support)
* [Dependencies](#dependencies) (Updated)
* [Screenshots](#screenshots)
* [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.
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.
## 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 options for resizing all boxes.
- [ ] 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.
- [ ] Add more commenting where it's sparse.
- [ ] Python port.
- [ ] Python port. (Porting started)
## LICENSE