You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-3
Original file line number
Diff line number
Diff line change
@@ -17,10 +17,15 @@ Resource monitor that shows usage and stats for processor, memory, disks, networ
17
17
* Send SIGTERM, SIGKILL, SIGINT to selected process.
18
18
* UI menu for changing all config file options.
19
19
* Auto scaling graph for network usage.
20
+
* Shows message in menu if new version is available
20
21
21
-
## Upcoming
22
+
## Themes
22
23
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.
24
29
25
30
## Compability
26
31
@@ -31,6 +36,8 @@ Should work on most modern linux distributions with a truecolor capable terminal
31
36
**bash** (v4.4 or later) Script functionality will most probably break with earlier versions.
32
37
Bash version 5 is higly recommended to make use of $EPOCHREALTIME variable instead of alot of external date command calls.
33
38
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
+
34
41
## Screenshots
35
42
36
43
Main UI showing details for a selected process.
@@ -98,7 +105,7 @@ USAGE: bashtop
98
105
## TODO
99
106
100
107
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.
102
109
-[ ] TODO Add options for resizing all boxes.
103
110
-[ ] TODO Add command line argument parsing.
104
111
-[ ] TODO Miscellaneous optimizations and code cleanup.
0 commit comments