Skip to content

Commit 28e1661

Browse files
committed
v0.8.0 added theme support, update checker and misc fixes
1 parent caf57f4 commit 28e1661

8 files changed

+861
-335
lines changed

README.md

+10-3
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,15 @@ Resource monitor that shows usage and stats for processor, memory, disks, networ
1717
* Send SIGTERM, SIGKILL, SIGINT to selected process.
1818
* UI menu for changing all config file options.
1919
* Auto scaling graph for network usage.
20+
* Shows message in menu if new version is available
2021

21-
## Upcoming
22+
## Themes
2223

23-
* Theme support in next update
24+
Bashtop now has theme support and a function to download missing local themes from repository.
25+
26+
See [themes](themes) folder for available themes.
27+
28+
Let me know if you want to contribute with new themes.
2429

2530
## Compability
2631

@@ -31,6 +36,8 @@ Should work on most modern linux distributions with a truecolor capable terminal
3136
**bash** (v4.4 or later) Script functionality will most probably break with earlier versions.
3237
Bash version 5 is higly recommended to make use of $EPOCHREALTIME variable instead of alot of external date command calls.
3338

39+
(Optional) **[curl](https://curl.haxx.se/download.html)** (v7.16.2 or later) Needed if you want messages about updates and the ability to download themes.
40+
3441
## Screenshots
3542

3643
Main UI showing details for a selected process.
@@ -98,7 +105,7 @@ USAGE: bashtop
98105
## TODO
99106

100107

101-
- [ ] TODO Add options to change colors for text, graphs and meters.
108+
- [x] TODO Add options to change colors for text, graphs and meters.
102109
- [ ] TODO Add options for resizing all boxes.
103110
- [ ] TODO Add command line argument parsing.
104111
- [ ] TODO Miscellaneous optimizations and code cleanup.

0 commit comments

Comments
 (0)